whitphx's picture
whitphx HF Staff
Add custom component samples
a7916dc
raw
history blame
148 Bytes
import streamlit as st
import streamlit_analytics
with streamlit_analytics.track():
st.text_input("Write something")
st.button("Click me")