Spaces:
Runtime error
Runtime error
Fix README for HF space
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/howard-haowen/spacy-streamlit/HEAD)
|
2 |
|
3 |
This repo hosts a [Streamlit Web APP](https://share.streamlit.io/howard-haowen/spacy-streamlit/app.py) that leverages the power of [spaCy](https://spacy.io/) to assist language learning. It currently suppports the following languages:
|
|
|
1 |
+
---
|
2 |
+
title: {{title}}
|
3 |
+
emoji: {{emoji}}
|
4 |
+
colorFrom: {{colorFrom}}
|
5 |
+
colorTo: {{colorTo}}
|
6 |
+
sdk: {{sdk}}
|
7 |
+
sdk_version: {{sdkVersion}}
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/howard-haowen/spacy-streamlit/HEAD)
|
13 |
|
14 |
This repo hosts a [Streamlit Web APP](https://share.streamlit.io/howard-haowen/spacy-streamlit/app.py) that leverages the power of [spaCy](https://spacy.io/) to assist language learning. It currently suppports the following languages:
|