Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
engrharis
/
testerhelp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
engrharis
commited on
12 days ago
Commit
b51876a
·
verified
·
1 Parent(s):
2d1e7da
Upload app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import streamlit as st
2
+
st.title("Test App")
3
+
st.write("This is a test application deployed via HF Helper!")