cryptocalypse commited on
Commit
8f92ea1
verified
1 Parent(s): 3973fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- 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="Esta aplicaci贸n simula el crecimiento poblacional de una especie con bifurcaciones seg煤n el modelo log铆stico. Ajusta el n煤mero de bifurcaciones y la poblaci贸n inicial para explorar diferentes escenarios."
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)