Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GilbertClaus
/
Test-Streamlit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Test-Streamlit
/
page
/
help.py
GilbertClaus
Page
4e84085
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
import
streamlit
as
st
def
run
():
st.write(
"# ❓ Help"
)
st.write(
"Ini adalah halaman Help."
)