Shubham89 commited on
Commit
5190eb9
·
1 Parent(s): c24c36b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 "verma"')
11
 
12
  DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"
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 verma"')
11
 
12
  DATASET_REPO_URL = "https://huggingface.co/datasets/Shubham89/Meshworks-datasets"
13
  DATA_FILENAME = "data.csv"