arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
747 stars 127 forks source link

🐛 Uncaught app exception #116

Open ShruAgarwal opened 1 year ago

ShruAgarwal commented 1 year ago

Description

I'm working on adding a new extra and when I'm testing it out using streamlit run gallery/streamlit_app.py it throws this error! ( please refer screenshot )

👉 Sharing my Gitpod workspace here

Reproduction steps

  1. There's already a python environment (venv) created called: extras

  2. You can activate the environment using the command: source extras/bin/activate

  3. Everything is installed in advance, now you can test it out using: streamlit run gallery/streamlit_app.py

  4. As you open the app in the browser, you will see the ERROR!

Screenshots

error

Logs

No response

Version of streamlit

1.16.0

Version of streamlit-extras

0.2.4