Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
TypeError: 'module' object is not callable
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import os
|
| 3 |
from streamlit_chat import message
|
| 4 |
|
| 5 |
-
st.config(PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION="python")
|
| 6 |
|
| 7 |
# from datasets import load_dataset
|
| 8 |
|
|
|
|
| 2 |
import os
|
| 3 |
from streamlit_chat import message
|
| 4 |
|
| 5 |
+
# st.config(PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION="python")
|
| 6 |
|
| 7 |
# from datasets import load_dataset
|
| 8 |
|