Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
NameError: name 'StringIO' is not defined
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import os
|
|
| 3 |
from streamlit_chat import message
|
| 4 |
import numpy as np
|
| 5 |
import pandas as pd
|
|
|
|
| 6 |
# import json
|
| 7 |
|
| 8 |
# st.config(PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION="python")
|
|
|
|
| 3 |
from streamlit_chat import message
|
| 4 |
import numpy as np
|
| 5 |
import pandas as pd
|
| 6 |
+
from io import StringIO
|
| 7 |
# import json
|
| 8 |
|
| 9 |
# st.config(PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION="python")
|