Commit
·
1f4b40c
1
Parent(s):
8f99651
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ Original file is located at
|
|
9 |
|
10 |
import pandas
|
11 |
# load the dataset
|
12 |
-
dataset = pandas.read_csv('
|
13 |
dataset.head()
|
14 |
|
15 |
#Fetch wordcount for each abstract
|
|
|
9 |
|
10 |
import pandas
|
11 |
# load the dataset
|
12 |
+
dataset = pandas.read_csv('authors.csv')
|
13 |
dataset.head()
|
14 |
|
15 |
#Fetch wordcount for each abstract
|