ThapeloAndrewSindane UnarineLeo commited on
Commit
085a51d
1 Parent(s): aabef59

Update app.py (#2)

Browse files

- Update app.py (6c454724cba4b7ccc30279423a807a4d5d44f6f3)


Co-authored-by: Unarine Leo Netshifhefhe <[email protected]>

Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -115,8 +115,9 @@ def render_metadata():
115
  html = r"""<p align="center">
116
  <a href="https://huggingface.co/dsfsi/za-lid"><img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-8A2BE2"></a>
117
  <a href="https://github.com/dsfsi/za-lid"><img alt="GitHub" src="https://img.shields.io/badge/%F0%9F%93%A6%20GitHub-orange"></a>
118
- <a href="https://github.com/dsfsi/za-lid/blob/main/LICENSE.md"><img alt="GitHub license" src="https://img.shields.io/github/dsfsi/za-lid?logoColor=blue"></a>
119
- <a href="https://github.com/dsfsi/za-lid"><img alt="GitHub stars" src="https://img.shields.io/github/dsfsi/za-lid"></a>
 
120
  </p>"""
121
  c = st.container()
122
  c.write(html, unsafe_allow_html=True)
@@ -363,6 +364,10 @@ with img2:
363
 
364
  st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
365
 
 
 
 
 
366
 
367
 
368
  tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
 
115
  html = r"""<p align="center">
116
  <a href="https://huggingface.co/dsfsi/za-lid"><img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-8A2BE2"></a>
117
  <a href="https://github.com/dsfsi/za-lid"><img alt="GitHub" src="https://img.shields.io/badge/%F0%9F%93%A6%20GitHub-orange"></a>
118
+ <a href="https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform" target="_blank"><img alt="Feedback Form" src="https://img.shields.io/badge/Feedback-Form-brightgreen"></a>
119
+ <a href="https://huggingface.co/papers/1911.02116" target="_blank"><img alt="arxiv" src="https://img.shields.io/badge/arxiv-1911.02116-blue"></a>
120
+
121
  </p>"""
122
  c = st.container()
123
  c.write(html, unsafe_allow_html=True)
 
364
 
365
  st.markdown("**DSFSI** Language Identification (LID) Inference Endpoint Created with **HuggingFace Spaces**.")
366
 
367
+ with st.expander("More information about the space"):
368
+ st.write('''
369
+ Authors: Alexandre Lacoste, Alexandra Luccioni, Victor Schmidt, Thomas Dandres
370
+ ''')
371
 
372
 
373
  tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])