“I am familiar with creating a multi-page app using Streamlit. However, I am now want to know how to dynamically create new pages in real-time instead of having to create a .py
script in advance in the pages folder. Can anyone guide me on how to implement a functionality where clicking a button would generate a new page?”
st.write(f'{porject_id}')
st.markdown(f"<a href='{project_id}' target='_blank'>{project_id}</a>", unsafe_allow_html=True)
Here, the detail page is dynamic, based on the corresponding project_id.