Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AnanthulaShravya
/
setup
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shravya
commited on
Jun 25, 2024
Commit
f94619b
·
1 Parent(s):
0ba3a2e
Your commit message here
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
2
+
import streamlit as st
3
+
4
+
st.title('My Streamlit App')
5
+
st.write('Hello, world!')