Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,8 @@ iface = gr.Interface(
|
|
138 |
gr.JSON(label="Sugerencias"),
|
139 |
gr.JSON(label="Probabilidades")
|
140 |
],
|
141 |
-
|
|
|
142 |
)
|
143 |
|
144 |
if __name__ == "__main__":
|
|
|
138 |
gr.JSON(label="Sugerencias"),
|
139 |
gr.JSON(label="Probabilidades")
|
140 |
],
|
141 |
+
live=True, # Esta opci贸n permite la actualizaci贸n autom谩tica de resultados
|
142 |
+
title="C谩lculo de Probabilidades y Diagramas de Venn"
|
143 |
)
|
144 |
|
145 |
if __name__ == "__main__":
|