jrieke / streamlit-analytics

👀 Track & visualize user interactions with your streamlit app
MIT License
264 stars 49 forks source link

support for multipage - fork / wrap st.title? #20

Open fredzannarbor opened 2 years ago

fredzannarbor commented 2 years ago

Hi,

I want to have some analytics for my multipage app. I forked @franasol's fork and took a look. It seems as if the way to proceed is to create wrapper functions for the page filename and st.title, then feed the results into a new object that is compatible with the other counting objects. Is that more or less correct? Any gotchas?

ianleifer commented 10 months ago

Hi, just curious if there was any progress made on this.