SiddharthAK commited on
Commit
113d174
·
verified ·
1 Parent(s): 3bcd060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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., best pizza in Naples"
462
  ),
463
  gr.Textbox(
464
  lines=5,
465
  label="Enter Document Text:",
466
- placeholder="e.g., Naples is famous for its delicious pizza, known for its soft, chewy crust and fresh ingredients."
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(),