GeorgiosIoannouCoder
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -523,6 +523,17 @@ def main():
|
|
523 |
|
524 |
st.error(e)
|
525 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
526 |
|
527 |
#############################################################################################################################
|
528 |
if __name__ == "__main__":
|
|
|
523 |
|
524 |
st.error(e)
|
525 |
|
526 |
+
# GitHub repository of author.
|
527 |
+
|
528 |
+
st.markdown(
|
529 |
+
f"""
|
530 |
+
<p align="center" style="font-family: monospace; color: #FAF9F6; font-size: 1rem;"><b> Check out our
|
531 |
+
<a href="https://github.com/GeorgiosIoannouCoder/" style="color: #FAF9F6;"> GitHub repository</a></b>
|
532 |
+
</p>
|
533 |
+
""",
|
534 |
+
unsafe_allow_html=True,
|
535 |
+
)
|
536 |
+
|
537 |
|
538 |
#############################################################################################################################
|
539 |
if __name__ == "__main__":
|