mgokg commited on
Commit
7c17c33
·
verified ·
1 Parent(s): 82d3b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=custom_css) as demo:
149
  button = gr.Button("Senden")
150
 
151
  # Connect the button to the function
152
- button.click(fn=query, inputs=ort_input, outputs=details_output)
153
 
154
  # Launch the Gradio application
155
  demo.launch()
 
149
  button = gr.Button("Senden")
150
 
151
  # Connect the button to the function
152
+ button.click(fn=websearch, inputs=ort_input, outputs=details_output)
153
 
154
  # Launch the Gradio application
155
  demo.launch()