I upload my app but it gives below runtime error whereas this app successfully run on VSCode as well as github Codespace
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 535, in _run_script
exec(code, module.dict)File “/mount/src/web-applications/app.py”, line 3, in
import seaborn as sns
I also installed seaborn library