cryptocalypse commited on
Commit
fde71d7
verified
1 Parent(s): 7e0f770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -141,13 +141,11 @@ with gr.Blocks(title="SPAIN WIND ENERGY LOBBY") as app:
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="",
149
- description=""
150
- )
151
 
152
  with gr.Row():
153
  to_convert = gr.Textbox(value="Forestalia",label="Search",scale=4)
 
141
  )
142
  """
143
  # with gr.Row():
144
+
145
+ with gr.Row():
146
+ gr.Image(label="MW por promotor")
147
+ gr.Image(label="Ubicaci贸n por promotor")
148
+ gr.Image(label="Potencia promotor por ubicaci煤n")
 
 
149
 
150
  with gr.Row():
151
  to_convert = gr.Textbox(value="Forestalia",label="Search",scale=4)