Understanding the customized features of the file uploader Uploading a file is a simple task. There are several ways to do it, and these different approaches have different effects on …
Understanding the customized features of the file uploader – Deploying and Managing Complex Libraries on Streamlit Share
Creating a suitable file uploader for web apps – Deploying and Managing Complex Libraries on Streamlit Share
Creating a suitable file uploader for web apps As you can imagine, this time, we are not using the radio button. Instead, we are directly uploading the files. So, referring …
Connecting to a relational database and interacting with it – Creating a Secure Login and Signup Process for Web Applications
Connecting to a relational database and interacting with it As explained in the Understanding the logic behind the login and signup page section, we want to save the accounts in …
Adding a graphical user interface – Creating a Secure Login and Signup Process for Web Applications
Adding a graphical user interface From the command line, please install DB Browser for SQLite, a very nice graphical interface for managing SQLite databases. Type the following instruction:sudo apt install …
Understanding new features related to deep customization – Customizing Pages, Personalizing Themes, and Implementing Multi-Pages
Understanding new features related to deep customization For this chapter, no new packages are needed – all we need is Streamlit. Let’s start by creating a new empty Python file; …
Creating deeply customized pages – Customizing Pages, Personalizing Themes, and Implementing Multi-Pages
Creating deeply customized pages Now, let’s move back to the code, taking care of the title and icon marked in red in Figure 14.3: Figure 14.7: The set_page_config method On …
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 …
Copyright © 2024 reginashot. All Rights Reserved.