davanstrien HF Staff commited on
Commit
b378dc4
·
1 Parent(s): 3f9f907

update default query

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -544,7 +544,7 @@ with gr.Blocks() as demo:
544
  )
545
  with gr.Row():
546
  with gr.Column():
547
- query = gr.Textbox("x-ray", label="Search query")
548
  with gr.Column():
549
  button = gr.Button("Search")
550
  with gr.Row():
 
544
  )
545
  with gr.Row():
546
  with gr.Column():
547
+ query = gr.Textbox("historic", label="Search query")
548
  with gr.Column():
549
  button = gr.Button("Search")
550
  with gr.Row():