Spaces:
Running
Running
Update app.py
Browse files
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="
|
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",
|