Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,13 +141,11 @@ with gr.Blocks(title="SPAIN WIND ENERGY LOBBY") as app:
|
|
| 141 |
)
|
| 142 |
"""
|
| 143 |
# with gr.Row():
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 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)
|