vukosi commited on
Commit
17a4569
1 Parent(s): deeaaa7

Updated to dsfsi/za-lid

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -112,10 +112,10 @@ def render_svg(svg):
112
  def render_metadata():
113
  """Renders the metadata."""
114
  html = r"""<p align="center">
115
- <a href="https://huggingface.co/cis-lmu/glotlid"><img alt="HuggingFace Model" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-8A2BE2"></a>
116
- <a href="https://github.com/cisnlp/GlotLID"><img alt="GitHub" src="https://img.shields.io/badge/%F0%9F%93%A6%20GitHub-orange"></a>
117
- <a href="https://github.com/cisnlp/GlotLID/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/cisnlp/GlotLID?logoColor=blue"></a>
118
- <a href="https://github.com/cisnlp/GlotLID"><img alt="GitHub stars" src="https://img.shields.io/github/stars/cisnlp/GlotLID"></a>
119
  </p>"""
120
  c = st.container()
121
  c.write(html, unsafe_allow_html=True)
 
112
  def render_metadata():
113
  """Renders the metadata."""
114
  html = r"""<p align="center">
115
+ <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>
116
+ <a href="https://github.com/dsfsi/za-lid"><img alt="GitHub" src="https://img.shields.io/badge/%F0%9F%93%A6%20GitHub-orange"></a>
117
+ <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>
118
+ <a href="https://github.com/dsfsi/za-lid"><img alt="GitHub stars" src="https://img.shields.io/github/dsfsi/za-lid"></a>
119
  </p>"""
120
  c = st.container()
121
  c.write(html, unsafe_allow_html=True)