Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ with block:
|
|
265 |
|
266 |
# block.load(get_baseline_df, outputs=data_title)
|
267 |
|
268 |
-
os.system("git config user.email \"[email protected]\"")
|
269 |
-
os.system("git config user.name \"liuyuanxin\"")
|
270 |
os.system("git config --list")
|
271 |
block.launch()
|
|
|
265 |
|
266 |
# block.load(get_baseline_df, outputs=data_title)
|
267 |
|
268 |
+
os.system("git config --global user.email \"[email protected]\"")
|
269 |
+
os.system("git config --global user.name \"liuyuanxin\"")
|
270 |
os.system("git config --list")
|
271 |
block.launch()
|