Deploying the app on Streamlit Cloud
The hardest part is over. From here on, we can follow the same procedure we adopted for the NLP web application. Here are the steps:
- Sign into Streamlit Cloud by selecting Continue with Github, authorizing and using the same account you used for GitHub.
- Once you’re in, select New app.
You should only have the application we created in Chapter 7 among the deployed applications. The window should look like what’s shown in Figure 11.14:
Figure 11.14: Creating a new app on Streamlit Cloud
- After selecting New app, in the new form, choose the right repository, the main branch, and the name of the Python file (it should be
app.py
), and specify a meaningful name to the app URL, as shown in Figure 11.15:
Figure 11.15: Deploying the web app on Streamlit Cloud
- When everything is ready, click Deploy! and wait since Your app is in the oven:
...