Kushwanth Chowday Kandala commited on
Commit
0bff6fd
1 Parent(s): 7d43644

NameError: name 'StringIO' is not defined

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")