GeorgiosIoannouCoder commited on
Commit
4e81ad9
1 Parent(s): 8d456cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -194,6 +194,17 @@ def main():
194
 
195
  st.error(e)
196
 
 
 
 
 
 
 
 
 
 
 
 
197
 
198
  #############################################################################################################################
199
 
 
194
 
195
  st.error(e)
196
 
197
+ # GitHub repository of author.
198
+
199
+ st.markdown(
200
+ f"""
201
+ <p align="center" style="font-family: monospace; color: #FAF9F6; font-size: 1rem;"><b> Check out our
202
+ <a href="https://github.com/GeorgiosIoannouCoder/" style="color: #FAF9F6;"> GitHub repository</a></b>
203
+ </p>
204
+ """,
205
+ unsafe_allow_html=True,
206
+ )
207
+
208
 
209
  #############################################################################################################################
210