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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks(theme=theme, title="Image Extrapolation with LLMs") as demo:
340
  variant="primary"
341
  )
342
 
343
- llm_text = gr.Textbox(
344
  label="LLM output (single-line CSV)",
345
  lines=6,
346
  interactive=False,
 
340
  variant="primary"
341
  )
342
 
343
+ llm_text = gr.Code(
344
  label="LLM output (single-line CSV)",
345
  lines=6,
346
  interactive=False,