KrSharangrav commited on
Commit
3c80a27
·
1 Parent(s): eb07385

Updated file location CSV

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("C:/Users/ANOOP G ZACHARIA/Downloads/archive/sentiment140.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