Update app.py
Browse files
app.py
CHANGED
|
@@ -327,7 +327,7 @@ with gr.Blocks(theme=theme, title="Image Extrapolation with LLMs") as demo:
|
|
| 327 |
label="Preview as CSV (rows end with ';')",
|
| 328 |
lines=12,
|
| 329 |
interactive=False,
|
| 330 |
-
show_copy_button=True,
|
| 331 |
max_lines=12
|
| 332 |
)
|
| 333 |
|
|
|
|
| 327 |
label="Preview as CSV (rows end with ';')",
|
| 328 |
lines=12,
|
| 329 |
interactive=False,
|
| 330 |
+
# show_copy_button=True,
|
| 331 |
max_lines=12
|
| 332 |
)
|
| 333 |
|