I love all the your Streamlit videos, thank you for this one. Merry Christmas and Happy New Year. I wish you a nice year full of creative videos and a lot of new subscribers for your channel. Stay healthy! 👍
Happy to hear that and thanks a lot for your wishes, Richard. I wish you also a merry Christmas and a happy new year! All the best for 2024! Stay awesome! 💪
...and don't forget to decorate your 'Plotly Christmas tree' then, as shown here 😅th-cam.com/video/8SLiFCnFOEo/w-d-xo.htmlsi=_iZtpiGCHzfbOQq2 Happy Coding! -Sven ✌️
Thanks for watching. Perhaps this solution might work (I have not tested it myself): discuss.streamlit.io/t/google-search-console-site-verification/54350
Thanks for watching. As far as I know, the Streamlit community cloud does not support custom URLs. Yet, if you host your app somewhere else, e.g. Render, you could point your domain to their nameservers. Happy deployment!
Thanks for watching. Please check out the following discussion: discuss.streamlit.io/t/adding-a-meta-description-to-your-streamlit-app/17847/14 I hope it helps! Cheers, Sven ✌️
hank you for watching. As explained in the video, make sure to include "streamlit_lottie" in the requirements.txt file. I hope this helps! Cheers, Sven ✌️
how about real time data dashboard in Python from a microcontroller (orange pi) sir? that received real time data from the controller and the data can be downloaded in the streamlit website
hi, when i try to run pip install -r requirements.txt, it says, ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'. can you help me out please? thank you
Still facing some difficulties deploying it to an Oracle Linux compute VM, would you be willing to help me or make a video on it please? Oracle gives you free lifetime VM to use, I believe that is better than Render. could you help me or create a video on how to deploy a streamlit onto Oracle Compute VM? it will essentially be lifetime free then@@CodingIsFun
Thanks for watching. I am sure you will find plenty of options if you do a quick Google search. You could for example look into the free tier of MongoDB.
The best streamlit video i've seen so far. But could you show also how to deploy for example a huggingface model to a website with a custom url? Because streamlit in the URL wouldn't make sense if someone would really commercially implement it. For testing and validating the models it's awesome, but beyond that not.
Not sure why you wrote the same comment under different videos, but here you are: th-cam.com/video/3wZ7GRbr91g/w-d-xo.htmlsi=fjjCh3ILylGZ8cXT Cheers, Sven ✌️
Thank you so much!!! I have no experience with website building, and just finished deploying a streamlit site with the help of your tutorials 🙏🙏
Great to hear! Thanks for watching and happy Streamlit-ing! 🎈🥳
I love all the your Streamlit videos, thank you for this one. Merry Christmas and Happy New Year. I wish you a nice year full of creative videos and a lot of new subscribers for your channel. Stay healthy! 👍
Happy to hear that and thanks a lot for your wishes, Richard. I wish you also a merry Christmas and a happy new year! All the best for 2024! Stay awesome! 💪
Cool cool. Hope you have Merry Christmas and your channel continues to grow.❤
Thank you! 🙏 Same to you! Happy holidays! 🎅
Awesome! Very easy to understand
Glad you liked it. Thanks for watching! 👍
yah.. like this.. will try this when Christmas time is nearer..
...and don't forget to decorate your 'Plotly Christmas tree' then, as shown here 😅th-cam.com/video/8SLiFCnFOEo/w-d-xo.htmlsi=_iZtpiGCHzfbOQq2
Happy Coding! -Sven ✌️
Merry Christmas to my youtube guruji
Wishes from 🇮🇳
Thank you! I wish you also happy holidays! Greetings to India 🇮🇳
Do you have any course created on Udemy??
Currently, I do not have any (Udemy) courses. Would you be interested in a Streamlit video course?
@@CodingIsFun yes, why not.
How can we index the website and its pages in Google Search Console?
Thanks for watching. Perhaps this solution might work (I have not tested it myself):
discuss.streamlit.io/t/google-search-console-site-verification/54350
is there way to do this with a custom URL?
Thanks for watching. As far as I know, the Streamlit community cloud does not support custom URLs. Yet, if you host your app somewhere else, e.g. Render, you could point your domain to their nameservers. Happy deployment!
Is it possible to add meta description to streamlit apps making it easier to be found on the web??
Thanks for watching.
Please check out the following discussion: discuss.streamlit.io/t/adding-a-meta-description-to-your-streamlit-app/17847/14
I hope it helps! Cheers, Sven ✌️
So, if I want to load the python website to a Host Provider, what will I need to do? It seems complicate...
Thanks for watching. I already have tutorials for that on my channel. Happy deployment! Cheers, Sven
Can you give solution to Modulenotfound error:no module named streamlit_littie while deploying streamlit app/website
Sorry it's streamlit_lottie
hank you for watching. As explained in the video, make sure to include "streamlit_lottie" in the requirements.txt file. I hope this helps! Cheers, Sven ✌️
how about real time data dashboard in Python from a microcontroller (orange pi) sir? that received real time data from the controller and the data can be downloaded in the streamlit website
Thanks for watching and your suggestion!
hi,
when i try to run pip install -r requirements.txt, it says, ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'. can you help me out please? thank you
Did you create the requirements file? Also, did you execute the command in the same directory where your requirements file is located? Cheers, Sven ✌️
sir while deploying my app i am getting the error module not fould even if already downloaded it in my enviroment
Thanks for watching. Please ensure to include the requirements.txt file as shown in the video
Bro i made my different app name resume builder so i will share u code plz make me requirements. Txt according to that
@@Touch4962 It is all explained in the video. It is 8 min 😅 Please rewatch it, thanks! Cheers, Sven
How can i hide my openai api key plz help
Which version of python are you using? I am getting a Streamlit version not found error from this github code repository
Update: 3.9 solved the issue
Happy to hear that! :)
Still facing some difficulties deploying it to an Oracle Linux compute VM, would you be willing to help me or make a video on it please? Oracle gives you free lifetime VM to use, I believe that is better than Render. could you help me or create a video on how to deploy a streamlit onto Oracle Compute VM? it will essentially be lifetime free then@@CodingIsFun
Can GPT so this for me?
Yes it can do
Thanks for watching. What exactly do you mean? :)
@@CodingIsFun can I write a prompt that will result in the code needed for a website instead of writing it myself?
Is there a free NoSql database I can use instead of deta ?
Thanks for watching. I am sure you will find plenty of options if you do a quick Google search. You could for example look into the free tier of MongoDB.
@@CodingIsFun All done. By the way thanks for the great videos
The best streamlit video i've seen so far. But could you show also how to deploy for example a huggingface model to a website with a custom url? Because streamlit in the URL wouldn't make sense if someone would really commercially implement it. For testing and validating the models it's awesome, but beyond that not.
Thanks for watching and for your video suggestion!
Hi please add a video to convert streamlit app to desktop exe app?
Not sure why you wrote the same comment under different videos, but here you are: th-cam.com/video/3wZ7GRbr91g/w-d-xo.htmlsi=fjjCh3ILylGZ8cXT
Cheers, Sven ✌️
You are the best
Thank you! 🥹