Тёмный
No video :(

Building a Dashboard web app in Python - Full Streamlit Tutorial 

Data Professor
Подписаться 189 тыс.
Просмотров 95 тыс.
50% 1

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

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@christianlaurio5912
@christianlaurio5912 Год назад
Thank you so much. I will definitely try this one and watch how to deploy the first version.
@MatheusPavanetti
@MatheusPavanetti 10 месяцев назад
If you are strugling wondering "why" the cards border are not showing up with the rounded light-grey background and light blue indicators on the left it might be because with newest version of streamlit the html div classes has changed. With that if you want to make that to work open the style.css and replace at the card section: from: div.css-1r6slb0.e1tzin5v2 to: .st-emotion-cache-1r6slb0 I tested on Streamlit, version 1.27.2 Again, I am not sure if those tags are randomly generated at runtime and/or specific to my streamlit section.
@tiffanyadora2998
@tiffanyadora2998 4 месяца назад
Hey! thank you for this. I'm wondering have you also figured out how to change the color tag for the label part?
@PenguinoUno
@PenguinoUno Месяц назад
Where did you find this information? I tried your fix but that didn't work so I'm wondering if there is another source out there with more info
@tonza404
@tonza404 Год назад
That’s what I am looking for. Thank you so much krub ❤
@DataProfessor
@DataProfessor Год назад
You're welcome 😊
@techsmarthouse
@techsmarthouse Год назад
Thanks teacher, excelent development. Keep going !!
@DataProfessor
@DataProfessor Год назад
Thank you! 😃
@victorolatope5148
@victorolatope5148 4 месяца назад
Great presentation. Thank you.
@toshailendra
@toshailendra Год назад
Great ! Thanks for sharing this.
@mfandrade
@mfandrade 9 месяцев назад
Very good! Thanks for sharing it!
@radouane5591
@radouane5591 Год назад
Thank you again for this nice video
@imadsaddik
@imadsaddik Год назад
Thanks for sharing this
@kisho2679
@kisho2679 7 месяцев назад
how could MathJax be integrated into Python by using streamlit to display LaTex as mathematical expressions in a web application?
@tgny457
@tgny457 Год назад
Good work. 🔥
@abdulmeral4811
@abdulmeral4811 Год назад
Is it possible a responsive pages? Adjust automaticly the page for mobile phones etc..
@serychristianrenaud
@serychristianrenaud Год назад
Thanks 👍
@user-dn4qs3cc4u
@user-dn4qs3cc4u Год назад
Great tutorial! One question, how do I use the config.toml? I put the file in the folder with the other files and nothing happend, no teal color theme neither shadowing over scorecards.
@DataProfessor
@DataProfessor Год назад
Hi, the scorecard coloring was implemented via CSS syling while the config.toml should be placed in the .streamlit folder.
@danishajaib1516
@danishajaib1516 Месяц назад
🔥
@seraphinaaki1661
@seraphinaaki1661 Год назад
Hi, I have a question. Is it possible to build a real-time dashboard in streamlit? The data that will be used is from the MQTT broker
@stickyvicky16
@stickyvicky16 Год назад
wondering the same thing
@seraphinaaki1661
@seraphinaaki1661 Год назад
@@stickyvicky16 Hi there, It's actually possible. I've done it before after I left my reply here. You can use a placeholder container so every time the data updates, it won't create a new graph.
@LIDORAVITAN
@LIDORAVITAN 10 месяцев назад
🔥 Really cool!
@imp1107
@imp1107 Год назад
why use this when Power BI and Tableau can do it by click, drag and drop?
@mike8delta
@mike8delta Год назад
Can you run Power BI and Tableau on your own server for free?
@OFWCREATOR
@OFWCREATOR Год назад
Of course they can, but this one is free.
@retrocoin1001
@retrocoin1001 Год назад
As @OFW CREATOR said it is free and easy to reach and use
@paulnanta9794
@paulnanta9794 Год назад
oh in c oh xrv by
@szx1693
@szx1693 Год назад
For now , no one can make Streamlit dashboard draggable and resizable like PowerBI or superset
@by_westy
@by_westy 2 месяца назад
how to color each card border with different colors?
@DataProfessor
@DataProfessor 2 месяца назад
That can be done by finding the CSS selector, then defining the border color to the desired color.
@AchouakNouioua
@AchouakNouioua Год назад
any help please , AttributeError: module 'streamlit' has no attribute 'columns'
@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?
@austinjameswolff2638
@austinjameswolff2638 3 месяца назад
I had the same issue, I just googled it and there was an answer on the streamlit website
@maungmaungtar9651
@maungmaungtar9651 5 месяцев назад
🔥 Thanks 👍
@IsaacBG84
@IsaacBG84 Год назад
Great video. Is it posible to create a dashboard and have a button to export data(googlesheets)+charts to a PDF document?
@DataProfessor
@DataProfessor Год назад
Yes that can be done by passing the file contents to st.download_button method
@sumitchaudhary1728
@sumitchaudhary1728 Год назад
The video is great. I was just looking for something like this to implement. However, add the style.css and with open('style.css') as f: st.markdown(f'{f.read()}', unsafe_allow_html=True), the metric are still white. Any possible reasons why? I am working on linux system.
@bubblebass9182
@bubblebass9182 9 месяцев назад
thank you
@dexnug
@dexnug Год назад
hi prof, great tutorial..do you know how to show real data from arduino to streamlit web apps?
@DataProfessor
@DataProfessor Год назад
Hi, this blog seems to cover the topic towardsdatascience.com/build-a-diy-mini-radar-using-arduino-python-and-streamlit-c333006681d7
@suthanchandru5412
@suthanchandru5412 Год назад
How to reduce the column width? Please
@user-ns9qc4eg7y
@user-ns9qc4eg7y Год назад
🔥Thank you
@coopernik
@coopernik Месяц назад
🔥😊
@gohoudanon6909
@gohoudanon6909 Год назад
I Chanin, I am following you on Medium. Can we talk. I am reproducing you code but I get stucked.
@LGseeker
@LGseeker Год назад
Nic 🎉
@AJAY-xh9zc
@AJAY-xh9zc Год назад
❤️‍🔥❤️‍🔥❤️‍🔥
@CraigRussill-Roy
@CraigRussill-Roy Год назад
@dadoll1660
@dadoll1660 Год назад
❤‍🔥
@neoviper533
@neoviper533 Год назад
Great dashboard. I want to modify it because it doesn't fit my purpose. I have 2 questions. How to change the theme colors in heatmap and how to add filtering by year to it? Update: I figured out the year but still i can't find how to change color theme in charts.
@caseybackes
@caseybackes Год назад
🔥
@bc4198
@bc4198 Год назад
🔥
Далее
Streamlit Elements You Should Know About in 2023
14:31
When I met the most famous Cristiano
01:03
Просмотров 21 млн
Streamlit: The Fastest Way To Build Python Apps?
11:57
Build a Python Dashboard with ChatGPT Lightning Fast
8:56
Crafting a Dashboard App in Python using Streamlit
36:47
The Streamlit Epic Overview (part 1/2)
13:06
Просмотров 53 тыс.
5 Things I Wish I Knew Before Learning Streamlit
21:34
Make Your Streamlit Apps Look Amazing with Shadcn
5:33