Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -290,7 +290,7 @@ def build_app() -> gr.Blocks:
|
|
| 290 |
elem_id="after_box",
|
| 291 |
)
|
| 292 |
|
| 293 |
-
gr.Examples(examples=EXAMPLES, inputs=input_text, label="Try an example")
|
| 294 |
|
| 295 |
gr.HTML(
|
| 296 |
'<div class="disclaimer">Drafts for review only — not medical '
|
|
|
|
| 290 |
elem_id="after_box",
|
| 291 |
)
|
| 292 |
|
| 293 |
+
gr.Examples(examples=[[e] for e in EXAMPLES], inputs=input_text, label="Try an example")
|
| 294 |
|
| 295 |
gr.HTML(
|
| 296 |
'<div class="disclaimer">Drafts for review only — not medical '
|