Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -140,14 +140,14 @@ with gr.Blocks(title="SPAIN WIND ENERGY LOBBY") as app:
|
|
140 |
],
|
141 |
)
|
142 |
"""
|
143 |
-
with gr.Row():
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
|
152 |
with gr.Row():
|
153 |
to_convert = gr.Textbox(value="Forestalia",label="Search",scale=4)
|
|
|
140 |
],
|
141 |
)
|
142 |
"""
|
143 |
+
# with gr.Row():
|
144 |
+
gr.Interface(
|
145 |
+
fn=app,
|
146 |
+
inputs=["number", "number"],
|
147 |
+
outputs=["image", "json"], # Output de tipo imagen y json (para la lista de plots)
|
148 |
+
title="Simulaci贸n de crecimiento poblacional con bifurcaci贸n",
|
149 |
+
description=""
|
150 |
+
)
|
151 |
|
152 |
with gr.Row():
|
153 |
to_convert = gr.Textbox(value="Forestalia",label="Search",scale=4)
|