Spaces:
Sleeping
Sleeping
salomonsky
commited on
Commit
路
a8ec5d4
1
Parent(s):
f7b5d62
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def generate_output(name, birth_date):
|
|
46 |
|
47 |
st.title("Generador de Hor贸scopos en Video")
|
48 |
|
49 |
-
name = st.text_input("Nombre", "Escribe tu nick (espera 60 segundos)
|
50 |
birth_date = st.text_input("Fecha de Nacimiento", "DD/MM/AAAA")
|
51 |
|
52 |
if st.button("Generar Video"):
|
|
|
46 |
|
47 |
st.title("Generador de Hor贸scopos en Video")
|
48 |
|
49 |
+
name = st.text_input("Nombre", Label="Escribe tu nick (espera 60 segundos")
|
50 |
birth_date = st.text_input("Fecha de Nacimiento", "DD/MM/AAAA")
|
51 |
|
52 |
if st.button("Generar Video"):
|