streamlit latest
python 3.9
Has anyone had experience of deploying to deta.space?
I am not sure how to configure the Space file locally or what builder to use
Under
commands:
- pip install -r requirements.txt
- streamlit run app.py
and the rest?
Where else have people deployed to besides Streamlit itself, which seems to require full access to all public repos in Githb?
Hey @sovdev01! 
I’m not familiar with deployment on Deta.
Is there any reason why you wouldn’t use Streamlit Community Cloud for deploying your apps?
Best,
Charly
Yup - I think I alluded to it, granting full access to all Github repos. I believe it is not possible to grant selected access?
@Ayo may be able to shed some light on this.
I am reading Tyler Richards book Streamlit for Data Science. I recommend this to people. He also covers deployment to Heroku and huggngface.
1 Like
I’ll be sure to share your kind words with my colleague @Tyler! His book is indeed a must-read for any Streamlit fan! 
And yes, Hugging Face Spaces and Heroku are popular choices for Streamlit app deployment. They are both worthy and popular alternatives to Streamlit Community Cloud.
Just a reminder, deploying to Heroku is no longer free. 
Best,
Charly