Error Dissabling - Using Streamlit - Streamlit

PHOTO EMBED

Sat Jan 09 2021 06:23:27 GMT+0000 (Coordinated Universal Time)

Saved by @mzeid

try:
  your.code.here()
except:
  # Prevent the error from propagating into your Streamlit app.
  pass
content_copyCOPY

hide connection error traceback

https://discuss.streamlit.io/t/error-dissabling/3969/2