Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
engrharis
/
testerhelp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
82a4553
testerhelp
/
app.py
engrharis
Upload app.py with huggingface_hub
b51876a
verified
8 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
import
streamlit
as
st
st.title(
"Test App"
)
st.write(
"This is a test application deployed via HF Helper!"
)