whitphx HF Staff commited on
Commit
8cb716d
·
1 Parent(s): d9ee7f3

Add streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +3 -0
streamlit_app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.button("Click!")