Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ demo = gr.ChatInterface(
|
|
| 20 |
respond,
|
| 21 |
additional_inputs=[
|
| 22 |
gr.Textbox(value="your.email@example.com", label="e-mail address (optional)"),
|
| 23 |
-
gr.Slider(minimum=1, maximum=15, value=
|
| 24 |
],
|
| 25 |
)
|
| 26 |
|
|
|
|
| 20 |
respond,
|
| 21 |
additional_inputs=[
|
| 22 |
gr.Textbox(value="your.email@example.com", label="e-mail address (optional)"),
|
| 23 |
+
gr.Slider(minimum=1, maximum=15, value=5, step=1, label="Maximum number of results"),
|
| 24 |
],
|
| 25 |
)
|
| 26 |
|