mgokg commited on
Commit
f8fcfd0
·
verified ·
1 Parent(s): afecd1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(css=custom_css) as demo:
97
  button = gr.Button("Senden")
98
 
99
  # Connect the button to the function
100
- button.click(fn=websearch, inputs=ort_input, outputs=details_output)
101
 
102
  # Launch the Gradio application
103
  demo.launch()
 
97
  button = gr.Button("Senden")
98
 
99
  # Connect the button to the function
100
+ button.click(fn=querys, inputs=ort_input, outputs=details_output)
101
 
102
  # Launch the Gradio application
103
  demo.launch()