Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import huggingface_hub
|
|
6 |
from huggingface_hub import Repository
|
7 |
from datetime import datetime
|
8 |
|
9 |
-
os.system(git config --global user.email "[email protected]")
|
10 |
-
os.system(git config --global user.name "shubham-v")
|
11 |
|
12 |
DATASET_REPO_URL = "https://huggingface.co/datasets/julien-c/persistent-space-dataset"
|
13 |
DATA_FILENAME = "data.csv"
|
|
|
6 |
from huggingface_hub import Repository
|
7 |
from datetime import datetime
|
8 |
|
9 |
+
os.system('git config --global user.email "[email protected]"')
|
10 |
+
os.system('git config --global user.name "shubham-v"')
|
11 |
|
12 |
DATASET_REPO_URL = "https://huggingface.co/datasets/julien-c/persistent-space-dataset"
|
13 |
DATA_FILENAME = "data.csv"
|