Kaludi commited on
Commit
3752c3e
1 Parent(s): 05eea56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -115,6 +115,8 @@ def main():
115
  # Add code to fetch unhealthy recipe here (line #125-138)
116
 
117
  st.image(img, width=250)
 
 
118
 
119
  if __name__ == '__main__':
120
  main()
 
115
  # Add code to fetch unhealthy recipe here (line #125-138)
116
 
117
  st.image(img, width=250)
118
+ st.markdown("<hr style='text-align: center;'>", unsafe_allow_html=True)
119
+ st.markdown("<p style='text-align: center'><a href='https://github.com/Kaludii'>Github</a> | <a href='https://huggingface.co/Kaludi'>HuggingFace</a></p>", unsafe_allow_html=True)
120
 
121
  if __name__ == '__main__':
122
  main()