fl399 commited on
Commit
22c721b
1 Parent(s): ba3183a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -237,8 +237,8 @@ with gr.Blocks(theme=theme) as demo:
237
 
238
  with gr.Column(scale=2):
239
  with gr.Accordion("Show intermediate table", open=False):
240
- output_table = gr.Textbox(lines=8)
241
- output_text = gr.Textbox(lines=8,label="Output")
242
 
243
  gr.Examples(
244
  examples=[["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],
 
237
 
238
  with gr.Column(scale=2):
239
  with gr.Accordion("Show intermediate table", open=False):
240
+ output_table = gr.Textbox(lines=8, label="Intermediate Table")
241
+ output_text = gr.Textbox(lines=8, label="Output")
242
 
243
  gr.Examples(
244
  examples=[["deplot_case_study_m1.png", "What is the sum of numbers of Indonesia and Ireland? Remember to think step by step.", "alpaca-lora"],