cryptocalypse commited on
Commit
f151f9d
·
verified ·
1 Parent(s): f0a893b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")