Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
Commit
•
0fb4cf5
1
Parent(s):
8032e59
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 |
|