Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ demo = gr.Interface(
|
|
56 |
inputs=[gr.inputs.Dropdown(dfp_cards["cname"].tolist()),
|
57 |
"checkbox",
|
58 |
"checkbox",
|
59 |
-
gr.Slider(minimum=1, maximum=
|
60 |
outputs=["text", gr.Gallery(label="Recommendations")],
|
61 |
)
|
62 |
demo.launch()
|
|
|
56 |
inputs=[gr.inputs.Dropdown(dfp_cards["cname"].tolist()),
|
57 |
"checkbox",
|
58 |
"checkbox",
|
59 |
+
gr.Slider(minimum=1, maximum=20, step=1, value=5)],
|
60 |
outputs=["text", gr.Gallery(label="Recommendations")],
|
61 |
)
|
62 |
demo.launch()
|