Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,13 @@ sdk: streamlit
|
|
| 7 |
sdk_version: 1.21.0
|
| 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
|
|
|
|
| 7 |
sdk_version: 1.21.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: afl-3.0
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
pipeline_tag: sentence-similarity
|
| 14 |
+
tags:
|
| 15 |
+
- nlp
|
| 16 |
+
- recommendersystem
|
| 17 |
---
|
| 18 |
|
| 19 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|