Spaces:
Running
on
Zero
Running
on
Zero
up
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 68 |
|
| 69 |
run = gr.Button("Push graph to Hub", variant="primary")
|
| 70 |
|
| 71 |
-
markdown_out = gr.Markdown()
|
| 72 |
|
| 73 |
run.click(push_to_hub, inputs=[repo_id, filename], outputs=[markdown_out])
|
| 74 |
|
|
|
|
| 68 |
|
| 69 |
run = gr.Button("Push graph to Hub", variant="primary")
|
| 70 |
|
| 71 |
+
markdown_out = gr.Markdown(label="Output")
|
| 72 |
|
| 73 |
run.click(push_to_hub, inputs=[repo_id, filename], outputs=[markdown_out])
|
| 74 |
|