Before clicking “Create Topic”, please make sure your post includes the following information (otherwise, the post will be locked). 
1.public deployed app. https://stock-wizard.streamlit.app/
2. app’s public GitHub repository GitHub - eogbeide/stock-wizard
- 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 534, in _run_script
exec(code, module.__dict__)File "/mount/src/stock-wizard/app1.py", line 3, in <module>
import plotly.express as px
- Share the Streamlit and Python versions.
streamlit==1.24.1
plotly==5.18.0
Python 3.11.5
I am unsure what I am doing wrong. I’ve tried everything on the surface of the earth - requirements.txt, similar issues in the community etc. but no luck.