Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eagle0504
/
test-game
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
12d32ac
test-game
/
app.py
eagle0504
Update app.py
12d32ac
verified
4 months ago
raw
Copy download link
history
blame
Safe
130 Bytes
st.write(
"<a href='#' id='my-link'>Click me</a>"
, unsafe_allow_html=
True
)
if
st.button(
"my-link"
):
st.write(
"Link clicked!"
)