rapsar commited on
Commit
7a3e7d4
·
verified ·
1 Parent(s): 3dd228f

Update app.py

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