Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,6 @@ Our main method first asks the user for their openai key. Then we have some test
|
|
30 |
"""### **Attention**: Upload all four datasets into your MyDrive directory in google drive"""
|
31 |
|
32 |
import pandas as pd
|
33 |
-
from textblob import TextBlob
|
34 |
import spacy
|
35 |
import tensorflow_hub as hub
|
36 |
from scipy.spatial import distance
|
|
|
30 |
"""### **Attention**: Upload all four datasets into your MyDrive directory in google drive"""
|
31 |
|
32 |
import pandas as pd
|
|
|
33 |
import spacy
|
34 |
import tensorflow_hub as hub
|
35 |
from scipy.spatial import distance
|