blackary / st_pages

An experimental version of Streamlit Multi-Page Apps
MIT License
456 stars 76 forks source link

add description to create page index dynamically to README.md #59

Closed bsenst closed 1 year ago

bsenst commented 1 year ago

Thank you for providing the st_pages enhancement to streamlit. In addition to customize the page names, I was looking for an way to create the page index dynamically. I suggest adding the description to the README.

bsenst commented 1 year ago

You're right. It's just a matter of renaming app.py. Where I want to deploy my app, the file needs to be named app.py. So I wanted to manually define this name in the app without having to do this for the names of all subpages. So this offers a workaround. But I admit that this case is probably too rare to be mentioned in the README.md and perhaps the host should adjust the naming default.