lyx97 commited on
Commit
3da404a
·
1 Parent(s): 8f53fae
Files changed (1) hide show
  1. app.py +2 -2
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()