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!
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.
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.
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.
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
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
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?
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 th-cam.com/video/3YutfZE1K74/w-d-xo.html
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.
Thank you thank you so much. Today I have built the app and finally deployed it just because of you ❤. Thank you veryyyy much 😊
Great Explanation Professor. Thank you
Awesome that's great. Is it recommended to do blogging with streamlit?
Great job for making such a clear tutorial! I just deployed my first app:)
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!
Very good topics
Superb and easy to use, thanks a ton man!
That's really helped me!!!!
Thanks a lot
Thankyou bro i really needed this
Happy New Year
Great Explanation Professor, m app ask for gTTS, how install on streamlit, any help?
Thank you for sharing this
This is very helpful. Thank you.
Thanks professor, however its taking ages to render!
Hi, with the recent use of uv over pip in recent months, the app should deploy much much faster now
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.
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.
Thanks, learned a lot!
Thanks, great video
Excellent video !
EPIC! Thank you!
can you show how to deploy streamlit cloud app that leverages selenium chrome (headless) thanks!
My app have db also. I am thinking of adding functionality to upload files and folder also. Will that be deployable their.
It's showing me you do not have access to this app or it does not exist
Thank you so much 😁
Thank You Sir!
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.
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
@sivaramsathiamoorthi87 yeah I switched to Linux shortly after this.
Buen video, hay otra opción a streamlit llamada taipy ¿que opinas?
Fast and easy. Thanksss
Thank you so much.
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?
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
really thank you
Thank you so much! This was very much needed!!
I have a problem to deploy a new app and have problem I'm App URL
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?
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 th-cam.com/video/3YutfZE1K74/w-d-xo.html
@@DataProfessor It is resolved. Thank you
hou to install packages using yml file for the deployed app
Can we use it for publication purposes?
Deployed apps have sharable URL so you could include them in your research paper, if that's what you mean.
quite nice of a video
very good video
Near the share button i have a github icon . I need to delete THAT
awesome
very good!
thank you!
Thanks!!
Thanks!
Unfortunately, you can't rename your app in July 2024
How can I deploy without exposing my credentials?
Environment variables “.env” and make sure to add them in the cloud provider you re using
You have to sort it out on your code by creating a side bar where people can put their credentials
Like api?
thank you
thanks
negative
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.