Hi All,
I am trying to create a multi page app in which:
- Main page shows 2 summaries:
- summary 1 has category and average price
- when selected a category from summary 1, summary 2 shows a more detailed table - with all the products under each category.
- The “sub” page has an option to select product and another table pops up with more information.
I am trying to link “product” column in Summary 2 (Page MultiSelect) to “sub” page. Wondering if there would be a way to preselect “product” in sub page when the link is clicked.
Here’s the link to the “test” app I created.
app : https://testinglink.streamlit.app/
github rep: https://github.com/srivallid/streamlit-test
Any help is greatly appreciated, Thank you so much!