You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
streamlit.errors.StreamlitAPIException: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/scriptrunner/script_runner.py", line 443, in _run_script
exec(code, module.dict)
File "/app/example-app-csv-wrangler/app.py", line 78, in
file_container.write(shows)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/write.py", line 183, in write
self.dg.dataframe(arg)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/dataframe_selector.py", line 85, in dataframe
return self.dg._arrow_dataframe(data, width, height)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/arrow.py", line 82, in _arrow_dataframe
marshall(proto, data, default_uuid)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/arrow.py", line 160, in marshall
proto.data = type_util.data_frame_to_bytes(df)
The text was updated successfully, but these errors were encountered:
streamlit.errors.StreamlitAPIException: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app).
Traceback:
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/scriptrunner/script_runner.py", line 443, in _run_script
exec(code, module.dict)
File "/app/example-app-csv-wrangler/app.py", line 78, in
file_container.write(shows)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/write.py", line 183, in write
self.dg.dataframe(arg)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/dataframe_selector.py", line 85, in dataframe
return self.dg._arrow_dataframe(data, width, height)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/arrow.py", line 82, in _arrow_dataframe
marshall(proto, data, default_uuid)
File "/home/appuser/venv/lib/python3.7/site-packages/streamlit/elements/arrow.py", line 160, in marshall
proto.data = type_util.data_frame_to_bytes(df)
The text was updated successfully, but these errors were encountered: