Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pezh
/
Tel2
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Create app.py
#1
by
Pezh
- opened
Nov 25, 2023
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+7
-0
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import streamlit as st
2
+
3
+
st.button("Reset", type="primary")
4
+
if st.button('Say hello'):
5
+
st.write('Why hello there')
6
+
else:
7
+
st.write('Goodbye')