Hello! My app will open perfectly on my Mac, but as soon as I deploy to cloud I get this error (which is slightly unhelpful 
The link to the GitHub is here:
Omics_TD1.0/Streamlit.py at main · helloftroy/Omics_TD1.0 · GitHub
Do you have any suggestions for what I can do?
Hi @Helen_Park,
I took a peek at your repo and I think the requirements.txt might be the culprit. It seems you have auto-created the requirements file and it has 374 specific package dependencies!
This is likely the cause of your error, I would suggest editing your requirements to have only the packages you import and use in your app.
Happy Streamlit-ing!
Marisa
Marisa,
Ahhh - thank you! I’m new to this, if it is not clear. I have it working (knock on wood) now! Thank you for the very quick reply and help 
Helen
No problem! So glad I could help!
Happy Streamlit-ing
Marisa