SiddharthAK commited on
Commit
22b5137
·
verified ·
1 Parent(s): 3be05f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ demo = gr.Interface(
108
  inputs=gr.Textbox(
109
  lines=5,
110
  label="Enter your query or document text here:",
111
- placeholder="e.g., What are the capital cities of Europe?"
112
  ),
113
  outputs=gr.Markdown(), # Use Markdown for richer text formatting (bolding terms)
114
  title="🌌 SPLADE v23 Sparse Representation Generator",
 
108
  inputs=gr.Textbox(
109
  lines=5,
110
  label="Enter your query or document text here:",
111
+ placeholder="e.g., Why is Padua the nicest city in Italy?"
112
  ),
113
  outputs=gr.Markdown(), # Use Markdown for richer text formatting (bolding terms)
114
  title="🌌 SPLADE v23 Sparse Representation Generator",