Building a Dashboard web app in Python - Full Streamlit Tutorial

Building a Dashboard web app in Python - Full Streamlit Tutorial

Data Professor

1 год назад

92,225 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@bubblebass9182
@bubblebass9182 - 23.11.2023 04:54

thank you

Ответить
@mfandrade
@mfandrade - 09.11.2023 07:28

Very good! Thanks for sharing it!

Ответить
@LIDORAVITAN
@LIDORAVITAN - 27.10.2023 16:55

🔥 Really cool!

Ответить
@MatheusPavanetti
@MatheusPavanetti - 12.10.2023 20:53

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.

Ответить
@user-dn4qs3cc4u
@user-dn4qs3cc4u - 28.07.2023 16:56

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.

Ответить
@toshailendra
@toshailendra - 07.07.2023 19:09

Great ! Thanks for sharing this.

Ответить
@user-ns9qc4eg7y
@user-ns9qc4eg7y - 04.07.2023 20:04

🔥Thank you

Ответить
@gohoudanon6909
@gohoudanon6909 - 28.06.2023 17:24

I Chanin, I am following you on Medium. Can we talk. I am reproducing you code but I get stucked.

Ответить
@neoviper533
@neoviper533 - 23.05.2023 21:17

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.

Ответить
@IsaacBG84
@IsaacBG84 - 04.05.2023 20:51

Great video. Is it posible to create a dashboard and have a button to export data(googlesheets)+charts to a PDF document?

Ответить
@caseybackes
@caseybackes - 18.04.2023 15:23

🔥

Ответить
@sumitchaudhary1728
@sumitchaudhary1728 - 22.03.2023 10:18

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'<style>{f.read()}</style>', unsafe_allow_html=True), the metric are still white. Any possible reasons why? I am working on linux system.

Ответить
@seraphinaaki1661
@seraphinaaki1661 - 09.02.2023 13:09

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

Ответить
@CraigRussill-Roy
@CraigRussill-Roy - 07.02.2023 22:16

Ответить
@tgny457
@tgny457 - 22.12.2022 19:19

Good work. 🔥

Ответить
@williamsilva1312
@williamsilva1312 - 04.12.2022 17:20

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?

Ответить
@suthanchandru5412
@suthanchandru5412 - 27.11.2022 07:09

How to reduce the column width? Please

Ответить
@AchouakNouioua
@AchouakNouioua - 22.11.2022 11:28

any help please , AttributeError: module 'streamlit' has no attribute 'columns'

Ответить
@radouane5591
@radouane5591 - 19.11.2022 21:39

Thank you again for this nice video

Ответить
@dexnug
@dexnug - 02.11.2022 03:52

hi prof, great tutorial..do you know how to show real data from arduino to streamlit web apps?

Ответить
@AJAY-xh9zc
@AJAY-xh9zc - 01.11.2022 00:29

❤️‍🔥❤️‍🔥❤️‍🔥

Ответить
@bc4198
@bc4198 - 28.10.2022 09:35

🔥

Ответить
@imadsaddik
@imadsaddik - 22.10.2022 13:49

Thanks for sharing this

Ответить
@LGseeker
@LGseeker - 21.10.2022 20:34

Nic 🎉

Ответить
@christianlaurio5912
@christianlaurio5912 - 15.10.2022 05:13

Thank you so much. I will definitely try this one and watch how to deploy the first version.

Ответить
@serychristianrenaud
@serychristianrenaud - 13.10.2022 14:49

Thanks 👍

Ответить
@tonza404
@tonza404 - 13.10.2022 06:28

That’s what I am looking for. Thank you so much krub ❤

Ответить
@dadoll1660
@dadoll1660 - 12.10.2022 22:20

❤‍🔥

Ответить
@techsmarthouse
@techsmarthouse - 12.10.2022 20:41

Thanks teacher, excelent development. Keep going !!

Ответить
@abdulmeral4811
@abdulmeral4811 - 12.10.2022 20:32

Is it possible a responsive pages?
Adjust automaticly the page for mobile phones etc..

Ответить
@imp1107
@imp1107 - 12.10.2022 18:03

why use this when Power BI and Tableau can do it by click, drag and drop?

Ответить