mgokg commited on
Commit
f8aec60
·
verified ·
1 Parent(s): 47bff37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(css=custom_css) as demo:
141
  button = gr.Button("Senden")
142
 
143
  # Connect the button to the function
144
- button.click(fn=ground_search, inputs=ort_input, outputs=details_output)
145
 
146
  # Launch the Gradio application
147
  demo.launch()
 
141
  button = gr.Button("Senden")
142
 
143
  # Connect the button to the function
144
+ button.click(fn=websearch, inputs=ort_input, outputs=details_output)
145
 
146
  # Launch the Gradio application
147
  demo.launch()