Spaces:
Running
Running
Commit
·
863acc3
1
Parent(s):
684a218
Update index.html
Browse files- index.html +1 -14
index.html
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
{
|
138 |
targets: [8],
|
139 |
trigger: "click",
|
140 |
-
inputs: [7
|
141 |
outputs: [9],
|
142 |
backend_fn: false,
|
143 |
js: `
|
@@ -173,19 +173,6 @@
|
|
173 |
show_progress: true,
|
174 |
},
|
175 |
|
176 |
-
{
|
177 |
-
id: 12, // Elige un ID único
|
178 |
-
type: "dropdown",
|
179 |
-
props: {
|
180 |
-
options: ["comic", "realista", "surrealista", "vectores", "lineas", "dibujo"],
|
181 |
-
value: "comic", // Establece un valor predeterminado
|
182 |
-
label: "Choose Style",
|
183 |
-
name: "style_dropdown",
|
184 |
-
visible: true,
|
185 |
-
elem_id: "style_dropdown",
|
186 |
-
style: {},
|
187 |
-
},
|
188 |
-
|
189 |
{
|
190 |
targets: [11],
|
191 |
trigger: "click",
|
|
|
137 |
{
|
138 |
targets: [8],
|
139 |
trigger: "click",
|
140 |
+
inputs: [7],
|
141 |
outputs: [9],
|
142 |
backend_fn: false,
|
143 |
js: `
|
|
|
173 |
show_progress: true,
|
174 |
},
|
175 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
{
|
177 |
targets: [11],
|
178 |
trigger: "click",
|