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.
@theexposer94832 ай бұрын
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.
@jaspersomaekАй бұрын
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?
@Lucifer._.658Ай бұрын
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.
@Steph_D_1stАй бұрын
Fast API is so underrated
@luizjosebruno18193 ай бұрын
Master, I have heard a lot of criticism that Streamlit does not support large volumes of connections. What could you comment about it?
@KumR3 ай бұрын
Same here...Its such a great tool... dunno why folks dont prefer to use this at prod scale ....
@KumR3 ай бұрын
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???