Spaces:
Sleeping
Sleeping
Andrew Green
commited on
Commit
·
42306ac
1
Parent(s):
f051782
Prepopulate search term
Browse files
app.py
CHANGED
|
@@ -291,7 +291,8 @@ def create_interface():
|
|
| 291 |
search_input = gr.Textbox(
|
| 292 |
label="Search Term",
|
| 293 |
placeholder="Enter search terms...",
|
| 294 |
-
lines=1
|
|
|
|
| 295 |
)
|
| 296 |
search_button = gr.Button("Search")
|
| 297 |
with gr.Row():
|
|
|
|
| 291 |
search_input = gr.Textbox(
|
| 292 |
label="Search Term",
|
| 293 |
placeholder="Enter search terms...",
|
| 294 |
+
lines=1,
|
| 295 |
+
value='pombe OR "fission yeast"'
|
| 296 |
)
|
| 297 |
search_button = gr.Button("Search")
|
| 298 |
with gr.Row():
|