I’ve made a website Vaccine Updates based on streamlit which helps people to find vaccination opportunities in Canada. This website collects tweets from Vaccine Hunters Twitter and let users filter tweets based province, age group, postal codes to find vaccination opportunities in their areas. The source code is available at Github
However, I need help from community on
- How can I change the title of the website? I’ve tried
st.set_page_config(page_title='Vaccine Updates (Canada)', layout='wide')
. But the title is stillStreamlit
- I am trying to preserve the value input by the users across page views and refresh. I’ve tried the approach detailed here. Unfortunately it’s not working. Is there any way to preserve across page refresh?