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}")
ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).
Traceback:
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
exec(code, module.__dict__)File "/mount/src/mdps_ml/mdps_public.py", line 5, in <module>
from streamlit_option_menu import option_menu