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?