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