kargaranamir commited on
Commit
c4232d6
1 Parent(s): 7a0cc67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -164,6 +164,10 @@ st.markdown("[![Duplicate Space](https://img.shields.io/badge/-Duplicate%20Space
164
 
165
  render_svg(open("assets/glotlid_logo.svg").read())
166
 
 
 
 
 
167
  tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
168
 
169
  with tab1:
 
164
 
165
  render_svg(open("assets/glotlid_logo.svg").read())
166
 
167
+
168
+ st.markdown(TL;DR: **GlotLID** is an open-source language identification model with support for more than **1600 languages**.)
169
+
170
+
171
  tab1, tab2 = st.tabs(["Input a Sentence", "Upload a File"])
172
 
173
  with tab1: