Spaces:
Runtime error
Runtime error
Commit
·
9781f6a
1
Parent(s):
de0c127
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
|
|
54 |
gr.inputs.Textbox(label="URL"),
|
55 |
gr.ColorPicker(label="Color"),
|
56 |
gr.inputs.Checkbox(label="Gradient"),
|
57 |
-
gr.
|
58 |
gr.inputs.Number(label="Border Radius"),
|
59 |
gr.inputs.File(label="Logo")
|
60 |
],
|
|
|
54 |
gr.inputs.Textbox(label="URL"),
|
55 |
gr.ColorPicker(label="Color"),
|
56 |
gr.inputs.Checkbox(label="Gradient"),
|
57 |
+
gr.ColorPicker(label="Gradient Colors", n_colors=2),
|
58 |
gr.inputs.Number(label="Border Radius"),
|
59 |
gr.inputs.File(label="Logo")
|
60 |
],
|