Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,13 +4,7 @@ import textstat
|
|
4 |
import urllib.request
|
5 |
import re
|
6 |
from bs4 import BeautifulSoup
|
7 |
-
|
8 |
-
import pandas as pd
|
9 |
-
from sklearn.model_selection import train_test_split
|
10 |
-
from sklearn.feature_extraction.text import CountVectorizer
|
11 |
-
from sklearn.naive_bayes import MultinomialNB
|
12 |
-
from sklearn import metrics
|
13 |
-
from datasets import load_dataset
|
14 |
|
15 |
CLEANR = re.compile('<.*?>')
|
16 |
|
|
|
4 |
import urllib.request
|
5 |
import re
|
6 |
from bs4 import BeautifulSoup
|
7 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
CLEANR = re.compile('<.*?>')
|
10 |
|