Ezi Ozoani commited on
Commit
4dc0e01
β€’
1 Parent(s): b2e2fd7

emoji change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ output = model(encoded_input)
301
 
302
  with col2.header('Further Contact'):
303
  url = "https://huggingface.co/spaces/Ezi/ModelCardsAnalysis/discussions"
304
- col2.markdown("Further contact, input and/or questions are welcomed πŸ€— [here](%s)" % url)
305
 
306
 
307
 
301
 
302
  with col2.header('Further Contact'):
303
  url = "https://huggingface.co/spaces/Ezi/ModelCardsAnalysis/discussions"
304
+ col2.markdown("Further contact, input and/or questions are welcomed [here](%s) πŸ‘" % url)
305
 
306
 
307