rapsar commited on
Commit
630d970
·
verified ·
1 Parent(s): 7a3e7d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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