File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.__dict__)File "/app/webpage/page.py", line 2, in <module>
from streamlit_option_menu import option_menu
Showing like this in my code file a already installed streamlit_option_menu import option_menu
i used these code pip install streamlit option menu like this
i also check that pip freeze
and again i try that pip install streamlit menu option in terminal that saying already satisfied but showing like these
These is my repo link GitHub - NandhipatiGanesh/webpage
any kind of intelligers help me
if selected == “Home”:
st.title(f"You have selected {selected}“)
if selected == “My works”:
st.title(f"You have selected {selected}”)
if selected == “Contact”:
st.title(f"You have selected {selected}")