import streamlit as st import streamlit_analytics with streamlit_analytics.track(): st.text_input("Write something") st.button("Click me")