Spaces:
Running
Running
Update app.py
Browse files
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\": \"
|
| 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 |
|