Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ with gr.Blocks(title=" Simulador Paracaídas") as app:
|
|
| 139 |
btn_plot = gr.Button(" Ver Gráfico Completo", variant="secondary")
|
| 140 |
plot_out = gr.Plot(label="Análisis del Modelo")
|
| 141 |
plot_msg = gr.Textbox(label="Métricas", interactive=False)
|
|
|
|
| 142 |
btn_plot.click(generar_grafico, inputs=[], outputs=[plot_out, plot_msg])
|
| 143 |
-
gr.Markdown("*Basado en: Ruiz Cruz, EH (2026). Pensamiento cientifico autentico mediante STEAM, u-learning y modelos predictivos en educacion tecnica.*")
|
| 144 |
|
| 145 |
app.launch(server_name="0.0.0.0", server_port=7860, share=False)
|
|
|
|
| 139 |
btn_plot = gr.Button(" Ver Gráfico Completo", variant="secondary")
|
| 140 |
plot_out = gr.Plot(label="Análisis del Modelo")
|
| 141 |
plot_msg = gr.Textbox(label="Métricas", interactive=False)
|
| 142 |
+
gr.Markdown("*Basado en: Ruiz Cruz, EH (2026). Pensamiento cientifico autentico mediante STEAM, u-learning y modelos predictivos en educacion tecnica.*")
|
| 143 |
btn_plot.click(generar_grafico, inputs=[], outputs=[plot_out, plot_msg])
|
|
|
|
| 144 |
|
| 145 |
app.launch(server_name="0.0.0.0", server_port=7860, share=False)
|