Here’s what we are doing in the preceding code: At this point, we’ve finished coding. We can try out the entire set of features of the web application, starting with …
Adding a graphical user interface 3 – Creating a Secure Login and Signup Process for Web Applications
Adding a graphical user interface 2 – Creating a Secure Login and Signup Process for Web Applications
As we know, there is no way to decode a hashing. This means that once we convert the password into a hash, we cannot convert it back again. So, to …
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 …
Passing a variable from one page to another – Customizing Pages, Personalizing Themes, and Implementing Multi-Pages
Passing a variable from one page to another Multi-pages is something very powerful since it is possible to pass variables from one page to another. Let’s learn how to leverage …
Copyright © 2024 reginashot. All Rights Reserved.