salomonsky commited on
Commit
684a218
1 Parent(s): b94b35a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -1
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,6 +173,19 @@
173
  show_progress: true,
174
  },
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  {
177
  targets: [11],
178
  trigger: "click",
 
137
  {
138
  targets: [8],
139
  trigger: "click",
140
+ inputs: [7, 12],
141
  outputs: [9],
142
  backend_fn: false,
143
  js: `
 
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",