Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
280 |
""")
|
281 |
|
282 |
with gr.Row():
|
283 |
-
example_search_buttons = gr.
|
284 |
choices=[f"{term['emoji']} {term['id']}" for term in example_search_terms],
|
285 |
label="Example Search Terms",
|
286 |
value=None
|
|
|
280 |
""")
|
281 |
|
282 |
with gr.Row():
|
283 |
+
example_search_buttons = gr.Group(
|
284 |
choices=[f"{term['emoji']} {term['id']}" for term in example_search_terms],
|
285 |
label="Example Search Terms",
|
286 |
value=None
|