Spaces:
Running
Running
update
Browse files
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 \"
|
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()
|