Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import json
|
|
5 |
import os
|
6 |
|
7 |
# Load the dataset and convert it to a pandas DataFrame
|
8 |
-
dataset = load_dataset("awacke1/
|
9 |
df = pd.DataFrame(dataset['train'])
|
10 |
|
11 |
# Path to the file where likes are stored
|
|
|
5 |
import os
|
6 |
|
7 |
# Load the dataset and convert it to a pandas DataFrame
|
8 |
+
dataset = load_dataset("awacke1/DatasetOfDatasetsInternational")
|
9 |
df = pd.DataFrame(dataset['train'])
|
10 |
|
11 |
# Path to the file where likes are stored
|