Spaces:
Runtime error
Runtime error
Commit
Β·
d08af75
1
Parent(s):
7cfb21e
add config to readme
Browse files
README.md
CHANGED
|
@@ -6,6 +6,10 @@ colorTo: indigo
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.10.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: cc-by-2.0
|
| 11 |
---
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.10.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
tags:
|
| 11 |
+
- question-answering
|
| 12 |
+
- search
|
| 13 |
+
- scientific NLP
|
| 14 |
license: cc-by-2.0
|
| 15 |
---
|