eagle0504 commited on
Commit
ecab2ea
·
verified ·
1 Parent(s): 1eece80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with st.sidebar:
78
  current_year = current_year() # This will print the current year
79
  st.markdown(
80
  f"""
81
- <h6 style='text-align: left;'>Copyright © 2010-{current_year} Present Yiqiao Yin</h6>
82
  """,
83
  unsafe_allow_html=True,
84
  )
 
78
  current_year = current_year() # This will print the current year
79
  st.markdown(
80
  f"""
81
+ <h6 style='text-align: left;'>Copyright © 2010-{current_year} Present <a href="https://www.y-yin.io/">Yiqiao Yin</a></h6>
82
  """,
83
  unsafe_allow_html=True,
84
  )