Py.Cafe

ilya745/

streamlit-button-interaction

Streamlit Button Interaction Showcase

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
3
4
5
6
import streamlit as st

if st.button("Click Me"):
    st.write("YOU FKN MARK!")

app.py
1
2
3
4
5
6
import streamlit as st

if st.button("Click Me"):
    st.write("YOU FKN MARK!")