eagle0504 commited on
Commit
4a06b8f
·
verified ·
1 Parent(s): 12d32ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  st.write("<a href='#' id='my-link'>Click me</a>", unsafe_allow_html=True)
2
 
3
  if st.button("my-link"):
 
1
+ import streamlit as st
2
+
3
  st.write("<a href='#' id='my-link'>Click me</a>", unsafe_allow_html=True)
4
 
5
  if st.button("my-link"):