Hannah commited on
Commit
e3f10bc
·
1 Parent(s): ac448a1

tweak again

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ with gr.Blocks() as demo:
19
  with gr.Row():
20
  image = gr.Image(sources=["upload", "clipboard"], type="filepath", height=300)
21
  additional_context = gr.Textbox(interactive=True, label="Add additional context here (optional)")
 
22
  submit_btn = gr.Button("Submit", variant="primary")
23
  with gr.Row():
24
  response = gr.Textbox(label="Answer")
 
19
  with gr.Row():
20
  image = gr.Image(sources=["upload", "clipboard"], type="filepath", height=300)
21
  additional_context = gr.Textbox(interactive=True, label="Add additional context here (optional)")
22
+ with gr.Row():
23
  submit_btn = gr.Button("Submit", variant="primary")
24
  with gr.Row():
25
  response = gr.Textbox(label="Answer")