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