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