Module_Not_Found_Error

Hello Team,

Good Day!

  1. Are you running your app locally or is it deployed? Deployed
  2. If your app is deployed:
    a. Is it deployed on Community Cloud or another hosting platform?
    b. Share the link to the public deployed app. week1-numpy-project-cthwqyxquwjjhuhurnvbkt.streamlit.app
  3. Share the link to your app’s public GitHub repository (including a requirements file).
    Week1-Numpy-project/streamlit_app.py at main · DhivyaDevv/Week1-Numpy-project · GitHub
  4. Share the full text of the error message (not a screenshot).
    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.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 589, in _run_script
    exec(code, module.__dict__)File "/mount/src/week1-numpy-project/streamlit_app.py", line 2, in <module>
    import plotly.express as px
  1. Share the Streamlit and Python versions.