Update app.py
Browse files
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 |
)
|