Spaces:
Runtime error
Runtime error
Commit
·
b378dc4
1
Parent(s):
3f9f907
update default query
Browse files
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("
|
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():
|