Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(css=css) as demo:
|
|
105 |
[submit]
|
106 |
)
|
107 |
|
108 |
-
event = submit.click(
|
109 |
# event.then(*postresponse_handler)
|
110 |
|
111 |
demo.launch()
|
|
|
105 |
[submit]
|
106 |
)
|
107 |
|
108 |
+
event = submit.click(hello_world)
|
109 |
# event.then(*postresponse_handler)
|
110 |
|
111 |
demo.launch()
|