My repo was private. I create a public one with only requirements.txt and a simple python file (with the first lines of my original file that doesn’t work). Nothing else. I didn’t even configure Streamlit in this repo. And now… it works: GitHub - a455bcd9/streamlit_public_test: Test
I don’t understand what’s happening. How come the bug only happens in my private repo?
Thanks but for a normal user who reads the documentation in order the first page is “Installation” where you’re told to use Pipfile and the next page is “Create an app” where you’re told to “make sure it has a requirements.txt!”.
It would be great to add a link to that page (“App dependencies”) in the “Installation” page of the documentation. And to mention clearly there that “You should only use one requirements file for your app. If you include more than one (e.g. requirements.txt and Pipfile). Streamlit will first look in the directory of your Streamlit app; however, if no requirements file is found, Streamlit will then look at the root of the repo.”
That’s valuable feedback! Thank you! Would you mind creating an issue in the docs repo (or a PR if you’re feeling altruistic)? We’ll work on making the installation and app dependencies sections more clear.