Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ import nltk
|
|
| 8 |
|
| 9 |
# Download the required NLTK data
|
| 10 |
nltk.download('punkt')
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
# Load the Ubuntu manual from a .txt file
|
|
|
|
| 8 |
|
| 9 |
# Download the required NLTK data
|
| 10 |
nltk.download('punkt')
|
| 11 |
+
nltk.download('punkt_tab')
|
| 12 |
|
| 13 |
|
| 14 |
# Load the Ubuntu manual from a .txt file
|