Hi All,
I have a multipage app with a structure like:
Home.py
pages/1_📈_Plotting_Demo.py
pages/2_📈_Another_Demo.py
On each page I am setting the page config as follows:
st.set_page_config(page_title=“Plotting Demo”, page_icon=“
”, layout=‘wide’)
Is it possible to access the name / title of the page? (which is currently being displayed / visited)
Best,
Mikkel
