Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -143,9 +143,9 @@ with gr.Blocks(title="SPAIN WIND ENERGY LOBBY") as app:
|
|
143 |
# with gr.Row():
|
144 |
|
145 |
with gr.Row():
|
146 |
-
gr.
|
147 |
-
gr.
|
148 |
-
gr.
|
149 |
|
150 |
with gr.Row():
|
151 |
to_convert = gr.Textbox(value="Forestalia",label="Search",scale=4)
|
|
|
143 |
# with gr.Row():
|
144 |
|
145 |
with gr.Row():
|
146 |
+
gr.Plot(label="MW por promotor")
|
147 |
+
gr.Plot(label="Ubicaci贸n por promotor")
|
148 |
+
gr.Plot(label="Potencia promotor por ubicaci煤n")
|
149 |
|
150 |
with gr.Row():
|
151 |
to_convert = gr.Textbox(value="Forestalia",label="Search",scale=4)
|