Spaces:
Running
Running
README
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
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;"
|
170 |
-
|
171 |
-
|
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__":
|