Spaces:
Sleeping
Sleeping
salomonsky
commited on
Commit
路
b476686
1
Parent(s):
abe2b80
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,9 @@ iface = gr.Interface(
|
|
63 |
#gr.outputs.Textbox(label="Mensaje de error", type="text")
|
64 |
],
|
65 |
title="Or谩culo de Inteligencia Artificial v2.1",
|
66 |
-
description="Por favor, ingresa tu nombre y fecha de nacimiento."
|
|
|
|
|
67 |
)
|
68 |
|
69 |
iface.launch()
|
|
|
63 |
#gr.outputs.Textbox(label="Mensaje de error", type="text")
|
64 |
],
|
65 |
title="Or谩culo de Inteligencia Artificial v2.1",
|
66 |
+
description="Por favor, ingresa tu nombre y fecha de nacimiento.",
|
67 |
+
layout="vertical", template="default"
|
68 |
+
|
69 |
)
|
70 |
|
71 |
iface.launch()
|