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