Spaces:
Running
Running
Moibe
commited on
Commit
·
708fa3b
1
Parent(s):
35d7314
Add console
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ with gr.Blocks() as demo:
|
|
16 |
input = gr.Textbox()
|
17 |
output = gr.Textbox()
|
18 |
btn = gr.Button("Run")
|
|
|
19 |
btn.click(greet, input, output)
|
20 |
|
21 |
demo.launch()
|
|
|
16 |
input = gr.Textbox()
|
17 |
output = gr.Textbox()
|
18 |
btn = gr.Button("Run")
|
19 |
+
consola = gr.Textbox()
|
20 |
btn.click(greet, input, output)
|
21 |
|
22 |
demo.launch()
|