Py.Cafe

ilya745/

streamlit-example-app

Streamlit Example Application

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!")