Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -458,12 +458,12 @@ with gr.Blocks(title="SPLADE Demos") as demo:
|
|
458 |
gr.Textbox(
|
459 |
lines=3,
|
460 |
label="Enter Query Text:",
|
461 |
-
placeholder="e.g.,
|
462 |
),
|
463 |
gr.Textbox(
|
464 |
lines=5,
|
465 |
label="Enter Document Text:",
|
466 |
-
placeholder="e.g.,
|
467 |
)
|
468 |
],
|
469 |
outputs=gr.Markdown(),
|
|
|
458 |
gr.Textbox(
|
459 |
lines=3,
|
460 |
label="Enter Query Text:",
|
461 |
+
placeholder="e.g., famous dishes of Padua"
|
462 |
),
|
463 |
gr.Textbox(
|
464 |
lines=5,
|
465 |
label="Enter Document Text:",
|
466 |
+
placeholder="e.g., Padua is well-know as a gastronomic hub even within the Veneto Region."
|
467 |
)
|
468 |
],
|
469 |
outputs=gr.Markdown(),
|