Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from bs4 import BeautifulSoup
|
|
9 |
import zipfile
|
10 |
import nltk
|
11 |
from typing import List, Dict
|
|
|
12 |
|
13 |
# Ensure NLTK resources
|
14 |
try:
|
|
|
9 |
import zipfile
|
10 |
import nltk
|
11 |
from typing import List, Dict
|
12 |
+
import lxml
|
13 |
|
14 |
# Ensure NLTK resources
|
15 |
try:
|