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.