katanaml commited on
Commit
18ba687
1 Parent(s): 98b4ffc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -377,7 +377,7 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
377
  with gr.Row():
378
  with gr.Column():
379
  input_img = gr.Image(label="Input Document Image", type="filepath")
380
- query_input = gr.Textbox(label="Query", placeholder="Use * to query all data or JSON schema, e.g.: [{\"instrument_name\": \"example\"}]")
381
  key_input = gr.Textbox(label="Sparrow Key", type="password")
382
  submit_btn = gr.Button(value="Submit", variant="primary")
383
 
 
377
  with gr.Row():
378
  with gr.Column():
379
  input_img = gr.Image(label="Input Document Image", type="filepath")
380
+ query_input = gr.Textbox(label="Query", placeholder="Use * to query all data or JSON schema, e.g.: [{\"instrument_name\": \"str\"}]")
381
  key_input = gr.Textbox(label="Sparrow Key", type="password")
382
  submit_btn = gr.Button(value="Submit", variant="primary")
383