Spaces:
Runtime error
Runtime error
Commit ·
8d199b8
1
Parent(s): d20a2d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ with gr.Blocks() as demo:
|
|
| 177 |
print("updating db")
|
| 178 |
repo.push_to_hub(blocking=False, commit_message=f"Updating data at {datetime.datetime.now()}")
|
| 179 |
submit.click(backup_db2)
|
| 180 |
-
with gr.Column():
|
| 181 |
#with gr.Box():
|
| 182 |
# gr.Code(
|
| 183 |
# value="""def hello_world():
|
|
|
|
| 177 |
print("updating db")
|
| 178 |
repo.push_to_hub(blocking=False, commit_message=f"Updating data at {datetime.datetime.now()}")
|
| 179 |
submit.click(backup_db2)
|
| 180 |
+
#with gr.Column():
|
| 181 |
#with gr.Box():
|
| 182 |
# gr.Code(
|
| 183 |
# value="""def hello_world():
|