Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ with gr.Blocks(title="SPAIN WIND ENERGY LOBBY",css=css) as app:
|
|
87 |
],
|
88 |
)
|
89 |
with gr.Row():
|
|
|
90 |
search_els = gr.Button("Search",scale=1)
|
91 |
with gr.Row():
|
92 |
#els_results = gr.JSON(label="Results")
|
|
|
87 |
],
|
88 |
)
|
89 |
with gr.Row():
|
90 |
+
to_convert = gr.Textbox(value="Forestalia",label="Search",scale=3)
|
91 |
search_els = gr.Button("Search",scale=1)
|
92 |
with gr.Row():
|
93 |
#els_results = gr.JSON(label="Results")
|