Shreyansh49 commited on
Commit
fef2c37
·
1 Parent(s): 98e3978

Update Hoaxie.py

Browse files
Files changed (1) hide show
  1. Hoaxie.py +3 -3
Hoaxie.py CHANGED
@@ -31,13 +31,13 @@ nltk.download('stopwords')
31
  print(stopwords.words('english'))
32
 
33
 
34
- from google.colab import drive
35
- drive.mount('/content/drive')
36
 
37
 
38
 
39
 
40
- news_df = pd.read_csv('/content/drive/MyDrive/Mini project/train.csv')
41
 
42
 
43
 
 
31
  print(stopwords.words('english'))
32
 
33
 
34
+ #from google.colab import drive
35
+ #drive.mount('/content/drive')
36
 
37
 
38
 
39
 
40
+ news_df = pd.read_csv('train.csv')
41
 
42
 
43