Open ShruAgarwal opened 1 year ago
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 )
streamlit run gallery/streamlit_app.py
src/streamlit_extras
👉 Sharing my Gitpod workspace here
There's already a python environment (venv) created called: extras
You can activate the environment using the command: source extras/bin/activate
source extras/bin/activate
Everything is installed in advance, now you can test it out using: streamlit run gallery/streamlit_app.py
As you open the app in the browser, you will see the ERROR!
No response
1.16.0
0.2.4
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 )src/streamlit_extras
is heart_switch_toggle👉 Sharing my Gitpod workspace here
Reproduction steps
There's already a python environment (venv) created called: extras
You can activate the environment using the command:
source extras/bin/activate
Everything is installed in advance, now you can test it out using:
streamlit run gallery/streamlit_app.py
As you open the app in the browser, you will see the ERROR!
Screenshots
Logs
No response
Version of streamlit
1.16.0
Version of streamlit-extras
0.2.4