kargaranamir commited on
Commit
075c681
•
1 Parent(s): 28f58e9

add annotation.

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -103,7 +103,6 @@ def main():
103
  else:
104
  # show home
105
  render_metadata()
106
- st.markdown("**GlotWeb** is an indexing service for low-resource languages. It indexes sites or links written in each language. This list can be used to create raw text or parallel corpora and to study low-resource languages on the web.\n")
107
  render_home_table()
108
-
109
  main()
 
103
  else:
104
  # show home
105
  render_metadata()
106
+ st.markdown("**GlotWeb** is an indexing service for low-resource languages. It indexes sites or links written in each language. This list can be used to create raw text or parallel corpora and to study low-resource languages on the web. We also compare the level of support for these languages in the 3 most important datasets of low-resource languages (🟥 0/3 < 🟧 1/3 < 🟨 2/3 < 🟩 3/3).\n")
107
  render_home_table()
 
108
  main()