How to Deploy Your App to Streamlit Community Cloud

  Рет қаралды 61,284

Streamlit

Streamlit

Күн бұрын

Пікірлер: 66
@anushkarai5564
@anushkarai5564 10 ай бұрын
Thank you thank you so much. Today I have built the app and finally deployed it just because of you ❤. Thank you veryyyy much 😊
@sheikhobada8305
@sheikhobada8305 11 ай бұрын
Great Explanation Professor. Thank you
@digithat6496
@digithat6496 Жыл бұрын
Awesome that's great. Is it recommended to do blogging with streamlit?
@williamliu93
@williamliu93 5 ай бұрын
Great job for making such a clear tutorial! I just deployed my first app:)
@biovida9
@biovida9 3 күн бұрын
Great Explanation Professor, m app ask for gTTS, how install on streamlit, any help?
@_._Harsh_._
@_._Harsh_._ 6 ай бұрын
Thank you so much! This was very much needed!!
@pattamalaokarnchanakorn4888
@pattamalaokarnchanakorn4888 Жыл бұрын
Very good topics
@pingalihemanthsaivikas9654
@pingalihemanthsaivikas9654 Ай бұрын
That's really helped me!!!! Thanks a lot
@shahrukhahmad4127
@shahrukhahmad4127 6 ай бұрын
Superb and easy to use, thanks a ton man!
@jackychan4640
@jackychan4640 Жыл бұрын
Happy New Year
@InteligenciadeNegocios
@InteligenciadeNegocios Жыл бұрын
Good Afternoon Professor, thank you for this example. Can you please in the future make the same example but adding information from an excel file? Will be very helpful for me, i have tried this for a long time Thank you!
@kelvinndeti5482
@kelvinndeti5482 7 ай бұрын
Thankyou bro i really needed this
@souravbarua3991
@souravbarua3991 Жыл бұрын
This is very helpful. Thank you.
@hardroko
@hardroko Жыл бұрын
Thank you for sharing this
@JamesRBentley
@JamesRBentley Жыл бұрын
Excellent video !
@BrokenRecord-i7q
@BrokenRecord-i7q Жыл бұрын
Thanks professor, however its taking ages to render!
@DataProfessor
@DataProfessor Ай бұрын
Hi, with the recent use of uv over pip in recent months, the app should deploy much much faster now
@MannyBernabe
@MannyBernabe Жыл бұрын
EPIC! Thank you!
@nkipa
@nkipa 7 ай бұрын
Thanks, great video
@TahaKhandker
@TahaKhandker Жыл бұрын
Thanks, learned a lot!
@michikoshin9309
@michikoshin9309 Ай бұрын
Thank you so much.
@KumR
@KumR 4 ай бұрын
Thanks sir.. if the streamlit app has references to api key..how is that to be managed? Also screens look so different now.. I just uploaded the py but it errored with module not found.
@streamlitofficial
@streamlitofficial 4 ай бұрын
Hi, the module not found error suggests that dependency libraries are missing. Can you make sure to create requirements.txt file that contains a list of dependent Python libraries.
@AlickZhang-s3r
@AlickZhang-s3r 8 ай бұрын
can you show how to deploy streamlit cloud app that leverages selenium chrome (headless) thanks!
@shadow_general-t1c
@shadow_general-t1c 4 ай бұрын
really thank you
@gautam3945
@gautam3945 10 ай бұрын
Thank You Sir!
@luisfernandoperezarmas7198
@luisfernandoperezarmas7198 9 ай бұрын
Thank you so much 😁
@shibahotdog
@shibahotdog 7 ай бұрын
Fast and easy. Thanksss
@Aditya-xg6er
@Aditya-xg6er 10 ай бұрын
My app have db also. I am thinking of adding functionality to upload files and folder also. Will that be deployable their.
@ularkadutdotnet
@ularkadutdotnet Жыл бұрын
awesome
@lazuardialmuzaki4489
@lazuardialmuzaki4489 4 ай бұрын
quite nice of a video
@williansuarez3988
@williansuarez3988 Жыл бұрын
Buen video, hay otra opción a streamlit llamada taipy ¿que opinas?
@cubasdf
@cubasdf 5 ай бұрын
very good!
@NUKE_001
@NUKE_001 Жыл бұрын
very good video
@joshjeli
@joshjeli 2 ай бұрын
I have an error with requirements.txt, even though I just wrote the 2 simple lines like you in this video. Do you know why this is happening?
@sivaramsathiamoorthi87
@sivaramsathiamoorthi87 18 күн бұрын
Yeah for that you have play with the compatibility version a little but. The best practice is better to develop any python oriented app on Linux OS than windows
@joschomo1010
@joschomo1010 9 ай бұрын
Very useful, but what if you made your app on windows? Ie, the requirements.txt has alot of libraries that are not compatible with streamlit linux enviroment.
@sivaramsathiamoorthi87
@sivaramsathiamoorthi87 18 күн бұрын
Yeah for that you have play with the compatibility version a little but. The best practice is better to develop any python oriented app on Linux OS than windows
@joschomo1010
@joschomo1010 18 күн бұрын
@sivaramsathiamoorthi87 yeah I switched to Linux shortly after this.
@sohailshaikh9872
@sohailshaikh9872 Жыл бұрын
I have a problem to deploy a new app and have problem I'm App URL
@МуслимбекНорматов
@МуслимбекНорматов 11 ай бұрын
Thanks!!
@ecityresident7909
@ecityresident7909 Жыл бұрын
hou to install packages using yml file for the deployed app
@Lol_alice1234
@Lol_alice1234 9 ай бұрын
thank you!
@GeekendZone
@GeekendZone 8 ай бұрын
Thanks!
@BaljeetSingh-nx4cf
@BaljeetSingh-nx4cf 7 ай бұрын
It's showing me you do not have access to this app or it does not exist
@farakh-h8r
@farakh-h8r 3 ай бұрын
Can we use it for publication purposes?
@streamlitofficial
@streamlitofficial 2 ай бұрын
Deployed apps have sharable URL so you could include them in your research paper, if that's what you mean.
@rohitray5947
@rohitray5947 Ай бұрын
When I deployed my app, it is showing an error that ModuleNotFoundError: No module named 'sklearn' when I opened the manage app option. What is the solution for this?
@DataProfessor
@DataProfessor Ай бұрын
Have you tried adding scikit-learn to your requirements.txt when deploying to the Community Cloud? This recent video was also released to show how to resolve the issue kzbin.info/www/bejne/aYrYpZmQepZ-bZY
@rohitray5947
@rohitray5947 Ай бұрын
@@DataProfessor It is resolved. Thank you
@alxx736
@alxx736 Жыл бұрын
Near the share button i have a github icon . I need to delete THAT
@CertifiedAuthur
@CertifiedAuthur 4 ай бұрын
Unfortunately, you can't rename your app in July 2024
@anurajms
@anurajms 8 ай бұрын
thank you
@Chandude
@Chandude 11 ай бұрын
How can I deploy without exposing my credentials?
@miguelquintero1745
@miguelquintero1745 10 ай бұрын
Environment variables “.env” and make sure to add them in the cloud provider you re using
@CertifiedAuthur
@CertifiedAuthur 4 ай бұрын
You have to sort it out on your code by creating a side bar where people can put their credentials
@RijoSLal
@RijoSLal Ай бұрын
Like api?
@NUKE_001
@NUKE_001 Жыл бұрын
negative
@VelazDeportes8750
@VelazDeportes8750 Жыл бұрын
Igot this error Traceback (most recent call last): File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/app/spx/app.py", line 7, in excel_file = pd.ExcelFile("SPXDATA.xlsx") File "/home/appuser/venv/lib/python3.9/site-packages/pandas/io/excel/_base.py", line 1513, in __init__ self._reader = self._engines[engine](self._io, storage_options=storage_options) File "/home/appuser/venv/lib/python3.9/site-packages/pandas/io/excel/_openpyxl.py", line 548, in __init__ import_optional_dependency("openpyxl") File "/home/appuser/venv/lib/python3.9/site-packages/pandas/compat/_optional.py", line 145, in import_optional_dependency raise ImportError(msg) ImportError: Missing optional dependency 'openpyxl'. Use pip or conda to install openpyxl.
5 Things I Wish I Knew Before Learning Streamlit
21:34
Fanilo Andrianasolo
Рет қаралды 35 М.
Best Platforms to Host Python Apps (for free!!)
9:50
Patrick Loeber
Рет қаралды 134 М.
Thank you Santa
00:13
Nadir Show
Рет қаралды 33 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
Deploy Streamlit Python Application for Free
13:32
AI Anytime
Рет қаралды 17 М.
I Used AI To Build This $900K/mo App In A Day
21:48
Astro K Joseph
Рет қаралды 406 М.
How to Convert a Streamlit App to an .EXE Executable
8:20
Fanilo Andrianasolo
Рет қаралды 49 М.
Deploy Your Streamlit App To Render (Free Heroku Alternative)
9:51
Coding Is Fun
Рет қаралды 66 М.
Streamlit Elements You Should Know About in 2023
14:31
Mısra Turp
Рет қаралды 107 М.