lvwerra HF staff commited on
Commit
74795be
1 Parent(s): 2f71b96

Update Space (evaluate main: cb42a295)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Word Length
3
- emoji: 🤗
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
@@ -15,7 +15,7 @@ tags:
15
  # Measurement Card for Word Length
16
 
17
 
18
- ## Metric Description
19
 
20
  The `word_length` measurement returns the word count of the input string, based on tokenization using [NLTK word_tokenize](https://www.nltk.org/api/nltk.tokenize.html).
21
 
 
1
  ---
2
  title: Word Length
3
+ emoji: 🤗
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
 
15
  # Measurement Card for Word Length
16
 
17
 
18
+ ## Measurement Description
19
 
20
  The `word_length` measurement returns the word count of the input string, based on tokenization using [NLTK word_tokenize](https://www.nltk.org/api/nltk.tokenize.html).
21