Spaces:
Runtime error
Runtime error
kargaranamir
commited on
Commit
·
92866b5
1
Parent(s):
c4232d6
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ st.markdown("[![Duplicate Space](https://img.shields.io/badge/-Duplicate%20Space
|
|
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"])
|
|
|
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"])
|