mgokg commited on
Commit
f6d2b74
·
verified ·
1 Parent(s): 7b69f4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks(css=custom_css) as demo:
156
  button = gr.Button("Senden")
157
 
158
  # Connect the button to the function
159
- button.click(fn=google_search, inputs=ort_input, outputs=details_output)
160
 
161
  # Launch the Gradio application
162
  demo.launch()
 
156
  button = gr.Button("Senden")
157
 
158
  # Connect the button to the function
159
+ button.click(fn=process_ort, inputs=ort_input, outputs=details_output)
160
 
161
  # Launch the Gradio application
162
  demo.launch()