Spaces:
Sleeping
Sleeping
KrSharangrav
commited on
Commit
·
3c80a27
1
Parent(s):
eb07385
Updated file location CSV
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def get_mongo_client():
|
|
9 |
import pandas as pd
|
10 |
|
11 |
# Load dataset
|
12 |
-
df = pd.read_csv("
|
13 |
|
14 |
#### *4. Sentiment Analysis using BERT-ROBERTA*
|
15 |
|
|
|
9 |
import pandas as pd
|
10 |
|
11 |
# Load dataset
|
12 |
+
df = pd.read_csv("https://huggingface.co/spaces/sharangrav24/SentimentAnalysis/resolve/main/sentiment140.csv")
|
13 |
|
14 |
#### *4. Sentiment Analysis using BERT-ROBERTA*
|
15 |
|