test-game / app.py
eagle0504's picture
Update app.py
4a06b8f verified
raw
history blame contribute delete
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!")