Hi all,
I’m having an issue deploying my app. I’m new to streamlit and used pipreqs to make my requirements.txt, but I keep getting the ModuleNotFoundError. Any help would be greatly appreciated.
My requirements.txt looks like:
tensorflow==2.4.0
numpy==1.19.4
streamlit==0.73.1
pandas==1.1.4
Pillow==8.2.0
My app is https://share.streamlit.io/jaco-lau/site-safety-assistant/main/streamlit_app/web_app.py
Thanks,
Jaco