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...
main
test-game
/
app.py
eagle0504
Update app.py
4a06b8f
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
154 Bytes
import
streamlit
as
st
st.write(
"<a href='#' id='my-link'>Click me</a>"
, unsafe_allow_html=
True
)
if
st.button(
"my-link"
):
st.write(
"Link clicked!"
)