lyx97 commited on
Commit
38e20e6
·
1 Parent(s): 3da404a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,6 +266,6 @@ with block:
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()
 
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 \"lyx97\"")
270
  os.system("git config --list")
271
  block.launch()