Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ import os
|
|
5 |
from pathlib import Path
|
6 |
import csv
|
7 |
|
8 |
-
git config --global user.name "ppsingh"
|
9 |
-
git config --global user.email "[email protected]"
|
10 |
|
11 |
# assign directory
|
12 |
|
|
|
5 |
from pathlib import Path
|
6 |
import csv
|
7 |
|
8 |
+
!git config --global user.name "ppsingh"
|
9 |
+
!git config --global user.email "[email protected]"
|
10 |
|
11 |
# assign directory
|
12 |
|