Secondary page or navigation for single streamlit

I am not sure about this functionality but can we add a page navigation button or kind of page/info tab using button funtionalit in single streamlit app.

I have a streamlit app with app.py file with all my code in it. Now I want to add about_page for that app without creating multipage functionality.

If anyone has suggestion we can achieve this or different approach to add about_page in single file?

How many characters you plan to put in about page. Why not use dialog or expander api’s.

Achieved with st.experimental_dialog() method.