Streamlit Crash Course: From Zero to Data App

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024

Комментарии • 12

  • @jhonslatermayorgacadena7051
    @jhonslatermayorgacadena7051 Месяц назад +1

    Thank you for your implication, from Spain

  • @Lucifer._.658
    @Lucifer._.658 14 дней назад

    i created a dashboard using streamlit, pandas, and plotly. when i run the code in vs code, it displays the full dashboard with all the data. however, when i deploy it on streamlit share, the dashboard or some charts are not fully visible.

  • @jaspersomaek
    @jaspersomaek 16 дней назад

    Hello Data Professor, I swear I saw a 100 days Streamlit challenge, but I cannot find it now😅 Do you know in which video did you talk about the 100 days challenge?

  • @charleshopper4638
    @charleshopper4638 2 месяца назад

    I am seriously considering this as part of a new dev stack. I'm concerned about responsiveness and mobile capabilities. How does state get handled etc. Looking forward to learning.

    • @theexposer9483
      @theexposer9483 Месяц назад

      Don’t waste time, it’s only good for single page stuff. It attracts developers because it is easy but in reality it is not scalable.

  • @KumR
    @KumR 2 месяца назад +1

    lets say i create an app which uses openai api key. When I upload to community I store this api key in secret location in community. But if someone runs my app, will that consume my api usage???

    • @Nyanda_Jr
      @Nyanda_Jr 2 месяца назад +1

      It won't. That person needs his/her own API key.

  • @luizjosebruno1819
    @luizjosebruno1819 2 месяца назад +1

    Master, I have heard a lot of criticism that Streamlit does not support large volumes of connections. What could you comment about it?

    • @KumR
      @KumR 2 месяца назад

      Same here...Its such a great tool... dunno why folks dont prefer to use this at prod scale ....

  • @Steph_D_1st
    @Steph_D_1st 24 дня назад

    Fast API is so underrated