Spaces:
Running
Running
Update app.py
Browse files
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=
|
| 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()
|