Spaces:
Runtime error
Runtime error
js="document.getElementById('output_id').scrollIntoView()"
Browse files
app.py
CHANGED
|
@@ -597,7 +597,7 @@ with gr.Blocks(js=js) as app:
|
|
| 597 |
fn=lambda: None,
|
| 598 |
inputs=[],
|
| 599 |
outputs=[],
|
| 600 |
-
js="document.getElementById('output_id')
|
| 601 |
)
|
| 602 |
|
| 603 |
with gr.Row(visible=False):
|
|
|
|
| 597 |
fn=lambda: None,
|
| 598 |
inputs=[],
|
| 599 |
outputs=[],
|
| 600 |
+
js="document.getElementById('output_id').scrollIntoView()"
|
| 601 |
)
|
| 602 |
|
| 603 |
with gr.Row(visible=False):
|