Hi, I just deployed my app on streamlit sharing and I got this error.
Here is the link to my website:
https://ekye0512-personal-bank-budgeting-app-fp9yl2.streamlit.app/
Hi, I just deployed my app on streamlit sharing and I got this error.
Here is the link to my website:
https://ekye0512-personal-bank-budgeting-app-fp9yl2.streamlit.app/
Make sure you have your dependencies specified in your GitHub repo. Anything you need to pip install goes in a requirements.txt file. Any other (non-Python) things you need to sudo apt-get install goes in a packages.txt file.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.