Adding another page in Streamlit ~ Using the Application that draw some circles on the Folium map, it has same center point.
Previous BLOG: https://shikuuk.blogspot.com/2026/01/data-persistence-in-streamlit-cloud.html I created the Application that draw some circle on the Folium map, it has same center point. Since the App were Explained Japanese language, I try to create another page that will be explained by English. I have created anotherpage in streamlit, but I forgot the way of making another page in streamlit. I ask Gemini how can we do it. Gemini tell me that we create new directory 'pages' under the current directory( in which has main app code) and then we create an another page's code in that directory. I'd like to show clearly in my Application whether you are in the Japanese version or English version like below's red squer frame. I ask Gemini how I can do it. Gemini tell me that I should change the Application's file name. Since this filename change is effect operation after now, I recommend that you remember this point. I ask Ge...