Update app.py
Browse files
app.py
CHANGED
|
@@ -190,7 +190,8 @@ with gr.Blocks(title="Gradio 6 Auto-Migrator") as demo:
|
|
| 190 |
autoscroll=True
|
| 191 |
)
|
| 192 |
with gr.Column(scale=1):
|
| 193 |
-
|
|
|
|
| 194 |
|
| 195 |
btn.click(
|
| 196 |
fn=migrate_app_generator,
|
|
|
|
| 190 |
autoscroll=True
|
| 191 |
)
|
| 192 |
with gr.Column(scale=1):
|
| 193 |
+
with gr.Accordion("Output", open=True):
|
| 194 |
+
result_output = gr.Markdown(label="Result")
|
| 195 |
|
| 196 |
btn.click(
|
| 197 |
fn=migrate_app_generator,
|