rapsar commited on
Commit
c824890
·
verified ·
1 Parent(s): d7ae3f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -323,12 +323,12 @@ with gr.Blocks(theme=theme, title="Image Extrapolation with LLMs") as demo:
323
  )
324
  im_preview = gr.Image(height=512, label="Preview (scaled)")
325
 
326
- preview_text = gr.Textbox(
327
  label="Preview as CSV (rows end with ';')",
328
  lines=12,
329
  interactive=False,
330
  show_copy_button=True,
331
- max_lines=5
332
  )
333
 
334
  # Helper to update button label
 
323
  )
324
  im_preview = gr.Image(height=512, label="Preview (scaled)")
325
 
326
+ preview_text = gr.Code(
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
 
334
  # Helper to update button label