Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,8 @@ 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 "
|
|
|
11 |
|
12 |
DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"
|
13 |
DATA_FILENAME = "data.csv"
|
|
|
7 |
from datetime import datetime
|
8 |
|
9 |
os.system('git config --global user.email "[email protected]"')
|
10 |
+
os.system('git config --global user.name "Shubham89"')
|
11 |
+
os.system('git config --list')
|
12 |
|
13 |
DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"
|
14 |
DATA_FILENAME = "data.csv"
|