Hello, I made a simple app with streamlit, and tried to deploy it to the streamlit cloud using github. I just have a main.py file, and the requirments.txt files for the two additional modules I need, yfinance and plotly. However, when I try to deploy this, I get an error from streamlit that says there's no module named yfinance.
Anyone know how to resolve this issue? maybe I'm just overlooking something, I'm happy to provide my project and any more info necessary