SiddharthAK commited on
Commit
afa84d6
·
verified ·
1 Parent(s): 91fb382

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., Why is Padua the nicest city in Italy?"
112
  ),
113
  outputs=gr.Markdown(), # Use Markdown for richer text formatting (bolding terms)
114
  title="🌌 SPLADE v3 Sparse Representation Generator",
 
108
  inputs=gr.Textbox(
109
  lines=5,
110
  label="Enter your query or document text here:",
111
+ placeholder="Why is Padua the nicest city in Italy?"
112
  ),
113
  outputs=gr.Markdown(), # Use Markdown for richer text formatting (bolding terms)
114
  title="🌌 SPLADE v3 Sparse Representation Generator",