Spaces:
Runtime error
Runtime error
Commit
·
a784a26
1
Parent(s):
d48b591
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ fs = project.get_feature_store()
|
|
7 |
|
8 |
dataset_api = project.get_dataset_api()
|
9 |
|
10 |
-
|
11 |
dataset = load_dataset("csv", data_files="batch_data_predictions.csv")
|
12 |
|
13 |
def article_selection(sentiment):
|
|
|
7 |
|
8 |
dataset_api = project.get_dataset_api()
|
9 |
|
10 |
+
dataset_api.download("Resources/batch_data_predictions.csv")
|
11 |
dataset = load_dataset("csv", data_files="batch_data_predictions.csv")
|
12 |
|
13 |
def article_selection(sentiment):
|