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.
@theexposer94835 ай бұрын
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.
@jaspersomaek4 ай бұрын
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?
@LucienDadaKYABUАй бұрын
Does it include things like User Authentication, restrictions to certain view on the Application, inline formset like while creating an Invoice
@Steph_D_1st4 ай бұрын
Fast API is so underrated
@luizjosebruno18196 ай бұрын
Master, I have heard a lot of criticism that Streamlit does not support large volumes of connections. What could you comment about it?
@KumR6 ай бұрын
Same here...Its such a great tool... dunno why folks dont prefer to use this at prod scale ....
@Lucifer._.6584 ай бұрын
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.
@KumR6 ай бұрын
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???