update application file
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks() as demo:
|
|
16 |
y=-20, # Above the button
|
17 |
value="Top Button"
|
18 |
)
|
19 |
-
out =
|
20 |
inp.click(button_click, inp, out)
|
21 |
|
22 |
if __name__ == "__main__":
|
|
|
16 |
y=-20, # Above the button
|
17 |
value="Top Button"
|
18 |
)
|
19 |
+
out = "Hello World"
|
20 |
inp.click(button_click, inp, out)
|
21 |
|
22 |
if __name__ == "__main__":
|