Тёмный

Build A Streamlit Web App From Scratch (incl. NoSQL Database + interactive Sankey chart) 🚀 

Coding Is Fun
Подписаться 100 тыс.
Просмотров 119 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 191   
@CodingIsFun
@CodingIsFun 2 года назад
👉Website Demo: share.streamlit.io/sven-bo/streamlit-income-expense-tracker/app.py 👉Streamlit Playlist: ru-vid.com/group/PL7QI8ORyVSCaejt2LICRQtOTwmPiwKO2n 👉Deploy your streamlit app for free on Heroku: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nJHrSvYxzjE.html 👉Add user authentication to your app: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JoFGrSRj4X4.html 💬I will be here in the comments section. For any issues, please provide your exact error message, and I will try to help.
Год назад
Hey, just wanted to drop a quick note to say thank you for making that RU-vid video! It was seriously so helpful and I loved how you presented the material. Great job!
@CodingIsFun
@CodingIsFun Год назад
Thanks for the positive feedback, Mark André! Appreciate you taking the time to leave a comment. 🤩
@maurocruz1824
@maurocruz1824 2 года назад
Great explanation. This video is about 10 advanced Streamlit videos in one! I did't get completely that plot but I will give it a chance later.
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching. Glad you liked the video :)
@ievevy
@ievevy 11 месяцев назад
This is exactly what I am looking for. Your codes are neat and your presentation is easy to follow. Thanks a million!
@CodingIsFun
@CodingIsFun 10 месяцев назад
Thanks for the kind words! Stay awesome! 👍
@irinagetman777
@irinagetman777 Год назад
Excellent tutorial. I like your code organisation with all these sections and comments, will borrow this from you. BTW never heard of Sankey charts. Thank you for sharing this with us. ❤️
@CodingIsFun
@CodingIsFun Год назад
Thanks for the kind words! I am glad you enjoyed it. Happy Coding! :)
@fierval
@fierval Год назад
You are awesome! I thought I knew all about streamlit, you proved me wrong. 😊
@CodingIsFun
@CodingIsFun Год назад
Glad I could help! Thanks for watching and for the kind words.
@GraphicalBoss
@GraphicalBoss 2 года назад
Love your tutorial videos, short but valuable. Love from the 🇺🇸
@CodingIsFun
@CodingIsFun 2 года назад
Glad you like them! Greetings to the US 👋
@EpicCouchPotatoes
@EpicCouchPotatoes 2 года назад
Would be cool to teach how to create a public available app. But anyway cool to play around :)
@CodingIsFun
@CodingIsFun 2 года назад
Thank you for watching the video & your suggestion.
@z.r.777
@z.r.777 2 года назад
So much to unpack. Only the Sankey could be its own tutorial... Thank you
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching. Agree, the Sankey chart turned out to be more complicated than I initially thought 😅
@shiazasif8058
@shiazasif8058 2 года назад
Hi would like to request you to make a video on creating streamlit Web app for generating Invoices in PDF.
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching the video & your video suggestion. Sounds like an exciting video topic. I cannot make any promises, but l will see what I can do.
@catoberge
@catoberge 2 года назад
This is brilliant! I finally start to understand some core Python/programming-concepts and this is a great tool for learning more. I especially liked the database-bit, which I didn`t believe I would. Well done! I recommend your channel whenever I can.
@CodingIsFun
@CodingIsFun 2 года назад
Great to hear! And thanks for your support - I appreciate it! 👍
@stickyvicky16
@stickyvicky16 Год назад
very well said, this is very well done video !
@violoriser856
@violoriser856 2 года назад
Excellent video as always! Fast, clean and nice explanation of every aspect! I learned Streamlit from you, thx for finding the time to make these excellent videos. I have a request. Could you show us how to edit an entry in the database? Not from the db panel, but from inside the streamlit app.
@CodingIsFun
@CodingIsFun 2 года назад
Great to hear! Regarding your request, you could use the 'update' method (docs.deta.sh/docs/base/sdk#update) In this video, you can see an example on how to use it: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-eCbH2nPL9sU.html I hope it helps! :)
@sounmanhong6601
@sounmanhong6601 2 года назад
This is fantastic! I just started to learn Python and found your great video!!! May I ask two questions. I received "No module named 'database' " error message from Python, but the code still runs (with data stored in deta), which is really strange. Also, what if I have a multipage streamlit app and need to collect multiple user inputs on different pages? I think it can be very complicated. Do you have any advice or reference to recommend?
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching. Hard to tell from a distance why you are getting an error message. Not sure about your exact use-case, but you can also collect (save data to a database) on multiple pages. Happy Coding!
@sounmanhong6601
@sounmanhong6601 2 года назад
@@CodingIsFun Thank you! :) One follow-up question. Should we type "pip install database" before we "import database from db" ? or since we created database.py, we do not need to install anything?
@CodingIsFun
@CodingIsFun 2 года назад
@@sounmanhong6601 There is no need to use pip, as the database.py is a local module.
@TauvicRitter
@TauvicRitter Год назад
Very inspiring and professional. Would like to know how to automatically switch to the visualization page after pressing submit on the input form.
@CodingIsFun
@CodingIsFun Год назад
Thanks so much for watching the video and leaving a comment! Your request is definitely noted. However, I get a ton of requests for custom solutions and, as much as I'd love to help everyone out, I just don't have the time in my schedule to develop and test all of them. I hope you can understand. Happy Coding!
@Mcmarshdzwimbu-ht2md
@Mcmarshdzwimbu-ht2md 5 месяцев назад
God Bless you my brother
@CodingIsFun
@CodingIsFun 5 месяцев назад
Thanks! 🙏
@aminedj430
@aminedj430 2 года назад
I LEARNED A LOT FROM YOU BRO THANKS
@CodingIsFun
@CodingIsFun 2 года назад
Happy to hear that! Thanks for watching and taking the time to leave a comment - I appreciate it! :)
@GordonShamway1984
@GordonShamway1984 Год назад
didaktisch unglaublich gut! Weiter so!
@CodingIsFun
@CodingIsFun Год назад
Vielen Dank, Stefan!
@zac1427
@zac1427 Год назад
I wonder if you could do a tutorial on how to connect streamlit data to AWS databse such as S3 buckets or DynamoDB. Much Appreciated
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and for your suggestion. I'll keep it in mind. In the meantime, you might find the following tutorial on connecting Streamlit to S3 useful: docs.streamlit.io/knowledge-base/tutorials/databases/aws-s3. Happy coding!
@bedirhanyelkovanc5422
@bedirhanyelkovanc5422 2 года назад
feel like ti is ticking way too fast for lol. but hey, as long as you do what you love- the sky is the limit! also just a little advice to
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching and for your feedback!
@biscotty6669
@biscotty6669 6 месяцев назад
If anyone else is annoyed by the warnings about missing labels, you can change the `st.expander("Comments") part to: ``` with st.expander("Comments"): comment = st.text_area("comment", placeholder="Enter comment...", label_visibility="hidden") ```
@learnsharegrowwithgh2181
@learnsharegrowwithgh2181 Год назад
Excellent explanation and very very helpful
@CodingIsFun
@CodingIsFun Год назад
Thanks for the kind words! I'm glad you found the explanation helpful. 👍
@zahiruddinzahidanishah787
@zahiruddinzahidanishah787 2 года назад
Very good tutorial. Really help me in learning streamlit. By the way, hope you can make some small tutorials on Deta. Another question is, can you share some code to show how to sum all expenses in a year, instead of in a month. TQ
@CodingIsFun
@CodingIsFun 2 года назад
Thank you. Glad you liked the video. Here is your code to sum up all incomes for all periods: entries = fetch_all_periods() total_income_all_entries = sum([sum(entry['incomes'].values()) for entry in entries]) Happy Coding!
@zahiruddinzahidanishah787
@zahiruddinzahidanishah787 2 года назад
Can i make summation based on year? Tq
@CodingIsFun
@CodingIsFun 2 года назад
@@zahiruddinzahidanishah787 Yes, that is also possible. I am sure you can tweak the code I have provided you earlier - just give a try ;)
@zahiruddinzahidanishah787
@zahiruddinzahidanishah787 2 года назад
@@CodingIsFun Ok, sure. I will give it a try. TQ
@MarcelCardosoS
@MarcelCardosoS Год назад
awesome tutorial, congratulations. but i'm with problems to implement. the main page works, but when i click in data visualization the error "HTTPError: HTTP Error 401: Unauthorized" appears. Please help me, i'm not a expert, i just trying to implement the projetc until the end.
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. Sorry that I cannot help.
@manohartimothy5825
@manohartimothy5825 2 года назад
Thanks a lot Sir... Your explanations are too good. I did learn a lot from you . One question Sir. Is it possible to update the data which I have already added. I like to do the update in the application itself . Otherwise one can fetch the data and do the correction with out going to the DB. I appreciate it.. thanks...Manohar
@CodingIsFun
@CodingIsFun 2 года назад
Hi Manohar. Yes, that is possible. Please refer to the deta docs to update values in the DB: docs.deta.sh/docs/base/sdk#update Happy Coding!
@avinashmishra51
@avinashmishra51 2 года назад
Great explanation, one question though,How do I add multiple tab in header section of page?
@CodingIsFun
@CodingIsFun 2 года назад
Thanks! 16:59 min ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-hEPoto5xp3k.html
@pixelz5353
@pixelz5353 10 месяцев назад
hey @coding is fun. i am having trouble getting my api key from deta as when i go to thier website its asking me to request for devoloper accses and then create a project in "builder" is there anyway to get your api key instally like you did in the video? thanks.
@CodingIsFun
@CodingIsFun 10 месяцев назад
Thanks for watching. The interface from Deta has changed quite a lot. I myself now find it much harder to navigate there. I would suggest having a look at their updated documentation.
@jakob1379
@jakob1379 10 месяцев назад
How come you don't structure you code in functions? Or use streamlit secrets for the keys?
@CodingIsFun
@CodingIsFun 10 месяцев назад
Thanks for watching. Because it is just an example :)
@youngzproduction7498
@youngzproduction7498 Год назад
Great tips.🎉 Thanks a lot.
@CodingIsFun
@CodingIsFun Год назад
Glad you liked it. Thanks for watching and taking the time to leave a comment!
@ghina233
@ghina233 4 месяца назад
Hello! I wonder i f i can get a Machine Learning Tutorial using streamlit? It will be a very big help
@CodingIsFun
@CodingIsFun 4 месяца назад
Thank you for watching the video & your suggestion. Cheers, Sven ✌️
@aryamanisha9763
@aryamanisha9763 Год назад
Submit button is not showing ...why??
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. Sorry that I cannot help.
@karuppasamysollamuthu3576
@karuppasamysollamuthu3576 2 года назад
All your videos are good.
@CodingIsFun
@CodingIsFun 2 года назад
Thank you! 😀
@theh1ve
@theh1ve 2 года назад
This is awesome thank you so much!
@CodingIsFun
@CodingIsFun 2 года назад
Glad you like it! Thanks for watching and taking the time to leave a comment! :)
@theh1ve
@theh1ve 2 года назад
@@CodingIsFun and a subscriber, lots of great practical content thank you!
@mashalwasique5513
@mashalwasique5513 Год назад
i have got an error 'list' object has no attribute 'keys'
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. Sorry that I cannot help.
@mashalwasique5513
@mashalwasique5513 Год назад
@@CodingIsFun Thanks for replying
@mabenba
@mabenba Год назад
As always great video! Thanks for sharing your wisdom with us. I can't manage to make the config.toml file to not break my streamlit app. Whenever I save the file, a new error appears and it is about streamlit not being able to read utf-8 or something. Nothing on the internet has helped me so far. Have you ever faced this kind of problems with themes?
@CodingIsFun
@CodingIsFun Год назад
Ensure your config.toml is UTF-8 encoded and without special characters. Verify the file syntax and its location in a .streamlit directory at your project root. Also, make sure you're using Streamlit v0.79 or newer, which support themes. If these don't help, sharing your error message can help to pinpoint the issue better.
@088-pritambiswas8
@088-pritambiswas8 4 месяца назад
Hey i cannot use developer mode ..plz help
@CodingIsFun
@CodingIsFun 4 месяца назад
Please contact the deta support team. Thanks!
@williamsilva1312
@williamsilva1312 Год назад
AttributeError: module 'streamlit' has no attribute '_is_running_with_streamlit'.This error happens every time I try to plot the Hiplot view. Do you have any tips to resolve?
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching. Unfortunately, with that bit of information, I cannot help you. You might want to take some time to write down which line of code is causing the error; let me know if you have modified the code from the tutorial, explain in more depth what you did to troubleshoot the problem and provide some more context. Thanks!
@pivotai525
@pivotai525 Год назад
With your help, coding is fun!
@CodingIsFun
@CodingIsFun Год назад
Happy to hear that! :)
@LifeWithAnime4
@LifeWithAnime4 Год назад
Do we need to run this app every single time using cmd??
@CodingIsFun
@CodingIsFun Год назад
No, as explained in the video
@d.k.yogeshwaran1923
@d.k.yogeshwaran1923 Год назад
Bro What Text Editor did you used to make this website like Sublime, VS Code so on
@CodingIsFun
@CodingIsFun Год назад
I am used "Atom" in the video.
@bighittxt8419
@bighittxt8419 2 года назад
it work on my pc thx bro vеry much
@CodingIsFun
@CodingIsFun 2 года назад
You're very welcome! Thank you for watching and for the comment!
@dev_apostle
@dev_apostle Год назад
Hey everyone, I am getting this error: Missing Submit Button This form has no submit button, which means that user interactions will never be sent to your Streamlit app. To create a submit button, use the st.form_submit_button() function. And I have the correct code ... submitted = st.form_submit_button("Sava Data") if submitted:
@CodingIsFun
@CodingIsFun Год назад
Please clone the repo and try it again. Happy Coding!
@SanviPatil2019
@SanviPatil2019 2 года назад
Pls made video on Excel VBA
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for your comment & suggestion!
@ki7985
@ki7985 2 года назад
thank you for so much Is there any way to deploy it into a multi page app, the only difficulty i am having ^^
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching. Are you referring to the new streamlit feature? blog.streamlit.io/introducing-multipage-apps/ What exactly is the issue you are facing?
@ki7985
@ki7985 2 года назад
@@CodingIsFun i am unable to deploy it inta a multi page file...
@CodingIsFun
@CodingIsFun 2 года назад
@@ki7985 Ok, but what exactly is the issue and which hosting/cloud service are you using? More details would be helpful
@grev201
@grev201 2 года назад
Please, made video an example of a multipage application
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching the video and your video idea! Much appreciated!
@manin4568
@manin4568 2 года назад
Yes
@manjunathsaloki3927
@manjunathsaloki3927 4 месяца назад
Hey there , Why in the world did you choose that Deta platform to create the database bro, a new user like me even can't find how to get the api key to create a database Worst experience 😞 bro, everything was going fine untill you started with the deta platform.......
@CodingIsFun
@CodingIsFun 4 месяца назад
Deta has changed after releasing the video... Cheers, Sven ✌️
@drnotebook
@drnotebook 2 года назад
Good tutorial, but too much time is wasted on Deta NoSQL database. Database popularity statistics don't lie. Most Python developers want simple, local SQLite databases to start, then PostgreSQL, MySQL, and other SQL databases. Please redo this tutorial using SQLite. Thank you.
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching the video and sharing your opinion/request.
@somyaagarwal2942
@somyaagarwal2942 6 месяцев назад
this deta space is literally the worst ui i have ever seen; its impossible to navigate through the website; i am pissed
@CodingIsFun
@CodingIsFun 6 месяцев назад
I feel you! I'm not a fan of the new UI either. I find myself lost in (Deta) space too 😬
@Nick-qw3lm
@Nick-qw3lm 10 месяцев назад
Thank you for your videos. Please could you help me with the following question. After I import a .csv with only two decimals like 1.00 or 333.00, the following lines don't maintain those two decimal. Those decimals become 1.000000 or 333.000000. I would like to have only two decimal. Could you help!? with st.expander("Table"): st.write(category_df.style.background_gradient(cmap="Blues")) csv = category_df.to_csv(index=False).encode('utf-8') st.download_button("Download", data=csv, file_name="file.csv", mime="text/csv", help='Click here to download') with st.expander("Table"): df_selection["month"] = df_selection["date"].dt.month_name() sub_category_Year = pd.pivot_table(data=df_selection, values="amount", index=["name"], columns="month") st.write(sub_category_Year.style.background_gradient(cmap="Blues")) with st.expander("filtered"): st.write(df_selection.iloc[:500, 0:20:1].style.background_gradient(cmap="Blues_r"))
@CodingIsFun
@CodingIsFun 10 месяцев назад
Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you!
@yeahjustlikethat
@yeahjustlikethat 2 года назад
Great video, it would be interesting to see if any of the st caching magic decorators apply to connecting to the db? Or is that reopened each time the app reloads?
@theh1ve
@theh1ve 2 года назад
You Sir are awesome. These tutorials are easy to follow and you do a great job explaining what its happening, thank you. One question if I may, could you do a tutorial for using a local db rather than a cloud based one? I ask as I like many have real restrictions on where we can send and store our data. And for my application it would need to be a local db using postresql for example? Or would it be easy to modify what you have here maybe?
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching the video and your suggestion! :)
@jackroark6928
@jackroark6928 Год назад
Awesome tutorial. The pacing is excellent. The editing is top-notch.
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and the positive feedback. Glad you liked it! 👍
@akebu6
@akebu6 Год назад
Your Streamlit videos are so helpful, thank you so much, you've become my favourite RU-vidr!
@CodingIsFun
@CodingIsFun Год назад
Happy to hear that! Thanks for watching. Happy Streamlit-ing! 🎉
@Hcjfnzjc
@Hcjfnzjc Год назад
this is great and I followed up until Deta... :( I've spent 30 mins on trying to get a new project setup with no luck
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching. Yes, deta cloud changed to deta space. I am also not very happy with that change 😅 Please refer to the deta space documentation: deta.space/docs/en/reference/base/sdk I hope it helps! Happy Coding!
@thabombonani8640
@thabombonani8640 Год назад
My theme hasn’t changed after following th instructions ? Can anyone help
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching. It has not changed locally or on a web server? Which streamlit version are you using?
@chuchaftw
@chuchaftw Год назад
They've changed Deta =[. Been having issues setting up the database
@CodingIsFun
@CodingIsFun Год назад
Yes, I know. ☹ Check out the new documentation: deta.space/docs/en/reference/base/sdk Happy Coding!
@Vlapstone
@Vlapstone Год назад
please help me with Deta... I created the account but created as programmer and it's all different from what you're doing... how can I do it???
@Vlapstone
@Vlapstone Год назад
Got it!!!!
@CodingIsFun
@CodingIsFun Год назад
Great!
@nikolasandreou9962
@nikolasandreou9962 Год назад
Hello, and THANK YOU. Streamlit is now one of my favourite tools thanks to your helpful videos and tutorials. Just one thing though if you could please help, Deta is now upgraded to Space I think and I can't set it up.
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching. I'm happy to hear that you found my Streamlit tutorials helpful. That's right - Deta Cloud is now Deta Space. So, the steps I've shown here are not exactly the same. You'll need to check out the updated Deta Space documentation: deta.space/docs/en/introduction/start/. Good luck with your project, and happy coding!
@znaigardz9876
@znaigardz9876 2 года назад
i dont have that preset can i get it sowhere
@CodingIsFun
@CodingIsFun 2 года назад
Which preset? All files can be found here: github.com/Sven-Bo/streamlit-income-expense-tracker
@fafa5841
@fafa5841 Год назад
Want to use it in costing dashboard
@CodingIsFun
@CodingIsFun Год назад
Great! Happy Coding! :)
@pythoninoffice6568
@pythoninoffice6568 2 года назад
Thanks for sharing another great vid! Btw Deta looks cool!
@CodingIsFun
@CodingIsFun 2 года назад
Thank you, Jay!
@mpfiesty
@mpfiesty 7 месяцев назад
Great video! Could you do another video where you add a budget creation step with a table that has drop-downs for selecting the expense/income accounts? This would be hugely helpful and applicable for a job I am working on.
@CodingIsFun
@CodingIsFun 7 месяцев назад
Thank you for watching the video & your suggestion.
@SolidBuildersInc
@SolidBuildersInc 9 месяцев назад
If I can take the time to say how much I enjoyed this content and such a rich solution to a Streamlit App development . I am self taught now for 7 years and I really seem to identify with your style of coding. Ex. Using different list in settings and looping through to establish your datasets. I just love the way this came together and it was well thought out and delivered. My only concern is what of Deta is Depricated for some reason ? I guess doing a fetchall and storing on a local DB would do the trick using cron job ? Your thoughts are appreciated...
@CodingIsFun
@CodingIsFun 9 месяцев назад
Thank you for watching and for your kind words. I'm glad to hear that you appreciate my coding/teaching style. Regarding your question: Yes, Deta has undergone significant changes in recent months. The product is now called Deta Space (which you can still use for this project, but the steps differ, and you would need to refer to the current documentation). However, as you mentioned, you could also use any other database of your choice. Happy coding! :)
@data.analyst
@data.analyst 2 года назад
Sir ,your videos are flawless. I have a query that is : streamlit customized themes are not applied even though I have saved .streamlit/config.toml files in all my projects else everything works fine. Please help me out of this problem
@CodingIsFun
@CodingIsFun 2 года назад
Please include the theme in your setup.sh file, like so: www.screencast.com/t/tmbfYXm8p pastebin.com/SKYJJq1x
@tokelo2547
@tokelo2547 Год назад
Great video! May you please make another video connecting streamlit webpage to a MySQL database
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching and your suggestion
@NinadPethkar
@NinadPethkar 2 года назад
At 6:52 , You are adding columns to the form. However, in the output, selectbox for year is added below that of month. IS this expected ?
@CodingIsFun
@CodingIsFun 2 года назад
Yes, that is expected -> streamlit is mobile responsive. If you maximize the window, you can see the columns.
@brandonpalacios5945
@brandonpalacios5945 Год назад
Amazing video! How could you add an option to visualize all the periods' information in the same chart? Thanks!
@CodingIsFun
@CodingIsFun Год назад
Thanks so much for watching the video and leaving a comment! Your request is definitely noted. However, I get a ton of requests for custom solutions and, as much as I'd love to help everyone out, I just don't have the time in my schedule to develop and test all of them. I hope you can understand. Happy Coding!
@kunalpandya8468
@kunalpandya8468 2 года назад
Great video. My question is that can we add config.toml as code to app.py file directly?
@CodingIsFun
@CodingIsFun 2 года назад
Thanks for watching. As far as I can see, this seems not possible (reference: docs.streamlit.io/library/advanced-features/configuration)
@hungtranmau710
@hungtranmau710 Год назад
i don't know english, but see your video, i can understand, thank you alot
@CodingIsFun
@CodingIsFun Год назад
Glad you liked it. Thanks for watching and taking the time to leave a comment!
@stevenl
@stevenl Год назад
Thanks for the tutorial, i learn a lot from only a single video :)
@CodingIsFun
@CodingIsFun Год назад
Happy to hear that it was useful; thank you for taking the time to leave a comment and for watching the video!
@biscotty6669
@biscotty6669 6 месяцев назад
Thank you for an excellent video. I look forward to watching more of your videos! (deta is very different and the website is a bit of a nightmare to navigate (imho) so I chose a different path there.)
@CodingIsFun
@CodingIsFun 6 месяцев назад
Thanks for watching. And yes, I am also sometimes lost in the "deta space", to be honest 😅
@biscotty6669
@biscotty6669 6 месяцев назад
@@CodingIsFun there's always MongoDB , but I just used tinydb for local deployment.
@ricardo.alves.campos
@ricardo.alves.campos 2 года назад
Excellent content !!! This channel deserves over 1 million subscribers. Mach weiter so!
@CodingIsFun
@CodingIsFun 2 года назад
Ah Ricardo Campos, you're making me blush! Thanks for the kind comments and happy to hear that you're enjoying the videos!
@atangbingana283
@atangbingana283 Год назад
Have you done anything on inventory management ? I am in the shipping/logistics space and what to build something for my team of 3 - shipping containers to be more specific
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching. I do not have specific inventory management video on my channel.
@atangbingana283
@atangbingana283 Год назад
Got it do you recommend a video for me to watch - Will be working on some of your videos this week. @@CodingIsFun
@MaxMustermann-on2gd
@MaxMustermann-on2gd 2 года назад
Hi, hast du dein Jupyter Notebook irgendwie angepasst? Die Toolbar sieht bei dir anders aus? Grüße
@CodingIsFun
@CodingIsFun 2 года назад
Hi Max Musterman ;) Ich nutze die Jupyter Notebook Erweiterung 'Zen Mode': towardsdatascience.com/three-jupyter-notebook-extensions-that-minimize-distractions-bd9ec98f0e2c Beste Grüße zurück Sven
@Christopher_Tron
@Christopher_Tron 2 года назад
This is very helpful for me thank you!!!
@CodingIsFun
@CodingIsFun 2 года назад
Glad it was helpful! Thanks for watching!
@ogechukwuohadiugha672
@ogechukwuohadiugha672 2 года назад
What text editor do you use to build a web application with streamlit? Jupyter notebook doesn't seem to work.
@CodingIsFun
@CodingIsFun 2 года назад
I have never used Jupyter Notebook's for testing streamlit application, but there might be some possibilities. Check out the following discussion: discuss.streamlit.io/t/working-with-jupyter-notebooks/368 In the video, I have used the text editor 'Atom'. I hope it helps!
@ogechukwuohadiugha672
@ogechukwuohadiugha672 2 года назад
@@CodingIsFun I have just downloaded Atom. I'll try it out and see how it works.
@Vlapstone
@Vlapstone Год назад
this is amazing, but what if I want my format to be a float instead of an integer? I tried to change it to "%f" but it still does not accept it.
@CodingIsFun
@CodingIsFun Год назад
Thanks for watching. Which number do you mean?
@Vlapstone
@Vlapstone Год назад
@@CodingIsFun thanks for replying, you are becoming my favourite programmer.. I mean floats for the expenses and incomes. But tried %f and it showed an error and that it would still be an integer.
@arnoldtvisagie
@arnoldtvisagie Год назад
Why do I always receive the warning message that I don't have the latest version of pip. Even though I've updated it🤦‍♂️
@CodingIsFun
@CodingIsFun Год назад
You may be using multiple Python environments, and the updated pip is installed in a different one. Make sure you're using the correct environment or try using "python -m pip" instead of just pip.
@arnoldtvisagie
@arnoldtvisagie Год назад
@@CodingIsFun I just wanted to say a huge thank you for teaching me programming! As a teacher, I was a complete noob until you showed me the ropes a few weeks back. Now, I've got four awesome Streamlit apps that make my job a lot more fun. Let me buy you a coffee to say thanks! And by the way, what's your favorite IDE for coding?
@CodingIsFun
@CodingIsFun Год назад
@@arnoldtvisagie Awesome work on making those four Streamlit apps! It's great to hear that I was able to help you along the way. My favourite IDE is definitely VS Code - it's got so many cool features and extensions. Thank you for offering to support me with a coffee ☕! You can do so here: pythonandvba.com/coffee-donation. Keep up the good work. Happy Coding! 🚀
@sergeysergey421
@sergeysergey421 2 года назад
As option we can use sqlalchemy and slqllite for manage db CRUID and filtration
@CodingIsFun
@CodingIsFun 2 года назад
You can use any DB you like :)
@sergeysergey421
@sergeysergey421 2 года назад
@@CodingIsFun sqlalchemy not db thise is like python ORM make translation to SQL. You can write query code on python, and automate translate to many SQL dialects. Like django ORM.
@sergeysergey421
@sergeysergey421 2 года назад
@@CodingIsFun sqlalchemy not db thise is like python ORM make translation to SQL. You can write query code on python, and automate translate to many SQL dialects. Like django ORM.
@CodingIsFun
@CodingIsFun 2 года назад
@@sergeysergey421 Yes, you could also use SQLAlchemy. Yet, I cannot promise to make a tutorial on that.
@NinadPethkar
@NinadPethkar 2 года назад
You can also use streamlit Tabs for navigation.
@CodingIsFun
@CodingIsFun 2 года назад
Thanks! Yes, Streamlit tabs are also a great (native) option (but that feature was introduced after releasing the video).
@NinadPethkar
@NinadPethkar 2 года назад
@@CodingIsFun Oh. Damn, I thought it was introduced at the beginning. Anyways, A very good video. I got to learn many tricks! My favorite: col1.metrics. :D :)
@ArnauViaM
@ArnauViaM 2 года назад
That is amazing. Extremely great job
@CodingIsFun
@CodingIsFun 2 года назад
Thank you! Glad you liked it! :)
@lcminformatica7410
@lcminformatica7410 2 года назад
YOU ARE THE BEST!!!!!!!
@CodingIsFun
@CodingIsFun 2 года назад
THANK YOU! :)
@sathyahisto
@sathyahisto Год назад
Precise and to the point 👏👏👏👏
@CodingIsFun
@CodingIsFun Год назад
Thank you! :)
@lukasgroewestermann1679
@lukasgroewestermann1679 2 года назад
Great video :)
@CodingIsFun
@CodingIsFun 2 года назад
Thank you! :)
@jasaamanah6171
@jasaamanah6171 2 года назад
A wesome
@CodingIsFun
@CodingIsFun 2 года назад
Thanks!
Далее
How to create a Streamlit Multi-Page Web App
6:23
Просмотров 159 тыс.
Your Most Requested Streamlit Features FINALLY Out!
8:29
Brilliant Budget-Friendly Tips for Car Painting!
00:28
So, you want to build apps & websites?
9:34
Просмотров 186 тыс.
Intro to FastHTML
7:29
Просмотров 70 тыс.
Build a FULL Web App With Claude With 2 SCREENSHOTS!
17:36
Streamlit: The Fastest Way To Build Python Apps?
11:57
Просмотров 115 тыс.
15 futuristic databases you’ve never heard of
8:42
Просмотров 677 тыс.
Streamlit Elements You Should Know About in 2023
14:31
Просмотров 100 тыс.
Build a Python Website in 15 Minutes With Streamlit
18:37