streamlit-extras not functioning
Hi Streamlit Community. I am trying to use streamlit-extras package. I have installed it on my virtual environment (I am using Visual Studio). But when I use any components, it is saying ModuleNotFoundError: No module named ‘streamlit_extras.stoggle’.
I installed both using pip and pip3
pip install stramlit-extras
pip3 install streamlit-extras
from streamlit_extras.stoggle import stoggle
stoggle("Here's a little secret", "Streamlit-extras is so cooool")
ModuleNotFoundError: No module named ‘streamlit_extras.stoggle’:
It is the same in every component of streamlit-extras, but it is showing only when I run the code. But on the editor, no any red underline.
Can anyone help me with that please?
- Streamlit version: 1.17