Add contact information
Browse files
app.py
CHANGED
@@ -152,6 +152,7 @@ with tab1:
|
|
152 |
with open("leaderboard_info.md", "r") as f:
|
153 |
MARKDOWN_TEXT = f.read()
|
154 |
st.markdown(MARKDOWN_TEXT)
|
|
|
155 |
|
156 |
with st.expander("Cite this leaderboard!"):
|
157 |
st.write(
|
|
|
152 |
with open("leaderboard_info.md", "r") as f:
|
153 |
MARKDOWN_TEXT = f.read()
|
154 |
st.markdown(MARKDOWN_TEXT)
|
155 |
+
st.markdown("For any inquiries, please do not hesistate to contact me: https://amr-keleg.github.io/")
|
156 |
|
157 |
with st.expander("Cite this leaderboard!"):
|
158 |
st.write(
|