Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def procesar_y_predecir(fecha_fin_str):
|
|
109 |
# Interfaz de Gradio
|
110 |
iface = gr.Interface(
|
111 |
fn=procesar_y_predecir,
|
112 |
-
inputs=gr.Textbox(label="Fecha", placeholder="Ingresa la fecha en formato aaaa-mm-dd (Un
|
113 |
outputs=[gr.Image(type="pil"), gr.Textbox(label="Predicci贸n")]
|
114 |
)
|
115 |
|
|
|
109 |
# Interfaz de Gradio
|
110 |
iface = gr.Interface(
|
111 |
fn=procesar_y_predecir,
|
112 |
+
inputs=gr.Textbox(label="Fecha", placeholder="Ingresa la fecha en formato aaaa-mm-dd (Un d铆a h谩bil de NYSE) "),
|
113 |
outputs=[gr.Image(type="pil"), gr.Textbox(label="Predicci贸n")]
|
114 |
)
|
115 |
|