Spaces:
Running
Running
Tu Nombre commited on
Commit ·
bca2fc3
1
Parent(s): 781ace6
selector tipo
Browse files
main.py
CHANGED
|
@@ -431,6 +431,12 @@ input:focus,select:focus{border-color:#ff2d2d;}
|
|
| 431 |
<option value="emprendimiento y negocios">🚀 Emprendimiento</option>
|
| 432 |
</select>
|
| 433 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 434 |
<button class="btn" id="btn" onclick="activar()">⚡ CREAR MI CANAL AUTOMÁTICO</button>
|
| 435 |
|
| 436 |
<div class="loading" id="loading">
|
|
|
|
| 431 |
<option value="emprendimiento y negocios">🚀 Emprendimiento</option>
|
| 432 |
</select>
|
| 433 |
|
| 434 |
+
<label>Tipo de video</label>
|
| 435 |
+
<select id="tipo">
|
| 436 |
+
<option value="largo">📺 Video Largo</option>
|
| 437 |
+
<option value="short">📱 Short Vertical</option>
|
| 438 |
+
</select>
|
| 439 |
+
|
| 440 |
<button class="btn" id="btn" onclick="activar()">⚡ CREAR MI CANAL AUTOMÁTICO</button>
|
| 441 |
|
| 442 |
<div class="loading" id="loading">
|