ola13 commited on
Commit
9940cf6
1 Parent(s): 5d0f7ed
Files changed (2) hide show
  1. README.md +6 -6
  2. app.py +3 -7
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- title: Roots Search Tool
3
- emoji: 🌸 🔎
4
- colorFrom: green
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 3.7
8
  app_file: app.py
9
  pinned: false
10
- license: apache-2.0
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: GÆA / gaia / gæa
3
+ emoji: 🌏🌖
4
+ colorFrom: blue
5
+ colorTo: red
6
  sdk: gradio
7
+ sdk_version: 3.9
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
app.py CHANGED
@@ -166,13 +166,9 @@ def flag(query, language, num_results, issue_description):
166
  return ""
167
 
168
 
169
- description = """# <p style="text-align: center;"> 🌸 🔎 ROOTS search tool 🔍 🌸 </p>
170
- The ROOTS corpus was developed during the [BigScience workshop](https://bigscience.huggingface.co/) for the purpose
171
- of training the Multilingual Large Language Model [BLOOM](https://huggingface.co/bigscience/bloom). This tool allows
172
- you to search through the ROOTS corpus. We serve a BM25 index for each language or group of languages included in
173
- ROOTS. You can read more about the details of the tool design
174
- [here](https://huggingface.co/spaces/bigscience-data/scisearch/blob/main/roots_search_tool_specs.pdf). For more
175
- information and instructions on how to access the full corpus check [this form](https://forms.gle/qyYswbEL5kA23Wu99)."""
176
 
177
 
178
  if __name__ == "__main__":
 
166
  return ""
167
 
168
 
169
+ description = """# <p style="text-align: center;">🌏🌖</p>
170
+ # <p style="text-align: center;"> gæa</p>
171
+ Large scale text corpora search engine."""
 
 
 
 
172
 
173
 
174
  if __name__ == "__main__":