Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import nltk
|
|
|
|
| 3 |
|
| 4 |
# Use a directory within the user's home directory
|
| 5 |
nltk_data_dir = os.path.expanduser("~/.nltk_data")
|
|
|
|
| 1 |
import os
|
| 2 |
import nltk
|
| 3 |
+
import requests
|
| 4 |
|
| 5 |
# Use a directory within the user's home directory
|
| 6 |
nltk_data_dir = os.path.expanduser("~/.nltk_data")
|