What are forms and when and why do we use them? Streamlit forms is a feature that allows you to create interactive web forms in your Streamlit apps. These forms …
What are forms and when and why do we use them? – Enhancing Web Apps with Forms, Session State, and Customizable Subdomains
The classic approach 2 – Enhancing Web Apps with Forms, Session State, and Customizable Subdomains
Let’s use the following code to see a little example in action and understand more. Start by writing the following code: Figure 15.9: Session State in code The idea behind …
The classic approach – Enhancing Web Apps with Forms, Session State, and Customizable Subdomains
The classic approach The classic approach is quite straightforward, since it doesn’t require the with instruction: Figure 15.7: The classic approach to introduce forms in our code Here’s what we …
What are customizable subdomains and what possibilities do they offer? – Enhancing Web Apps with Forms, Session State, and Customizable Subdomains
What are customizable subdomains and what possibilities do they offer? We have already deployed two applications on Streamlit Cloud: the NLP App and the COVID-19 Detection Tool. So, we are …
Understanding theming and .toml files – Customizing Pages, Personalizing Themes, and Implementing Multi-Pages
Understanding theming and .toml files At the beginning of this chapter, in the Understanding new features related to deep customization section, we learned how to change the theme of our …
How and when to use our web app working template – Takeaways and Conclusion
How and when to use our web app working template There are some operations that we must always do, such as preparing the virtual environment and installing all the proper …
Creating multi-pages – Customizing Pages, Personalizing Themes, and Implementing Multi-Pages
Creating multi-pages Let’s build a simple multi-pages web application. As usual, we’ll start by building the skeleton of the app: Figure 14.17: The basic skeleton for our “multi-page” web app …
How and when to use databases and advanced skills – Takeaways and Conclusion
How and when to use databases and advanced skills In Chapter 13, when we talked about login and signup, we explained how to deal with databases in Streamlit, while in …
How to deploy web applications on the cloud – Takeaways and Conclusion
How to deploy web applications on the cloud A web application lives on the web, and after the implementation of both the NLP app and the COVID-19 detection tool, we …
Copyright © 2024 reginashot. All Rights Reserved.