Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def search(term):
|
|
67 |
|
68 |
return buscar_en_csv_y_generar_json("proyectos_empresas.csv", term)
|
69 |
|
70 |
-
with gr.Blocks(title="SPAIN WIND ENERGY LOBBY"
|
71 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
72 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
73 |
#with gr.Row():
|
@@ -90,8 +90,8 @@ with gr.Blocks(title="SPAIN WIND ENERGY LOBBY",css=css) as app:
|
|
90 |
"""
|
91 |
|
92 |
with gr.Row():
|
93 |
-
to_convert = gr.Textbox(value="Forestalia",label="Search")
|
94 |
-
search_els = gr.Button("Search")
|
95 |
with gr.Row():
|
96 |
#els_results = gr.JSON(label="Results")
|
97 |
results = gr.JSON()
|
|
|
67 |
|
68 |
return buscar_en_csv_y_generar_json("proyectos_empresas.csv", term)
|
69 |
|
70 |
+
with gr.Blocks(title="SPAIN WIND ENERGY LOBBY") as app:
|
71 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
72 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
73 |
#with gr.Row():
|
|
|
90 |
"""
|
91 |
|
92 |
with gr.Row():
|
93 |
+
to_convert = gr.Textbox(value="Forestalia",label="Search",scale=4)
|
94 |
+
search_els = gr.Button("Search",scale=1)
|
95 |
with gr.Row():
|
96 |
#els_results = gr.JSON(label="Results")
|
97 |
results = gr.JSON()
|