Moibe commited on
Commit
c1faa16
·
1 Parent(s): 82edc8d

Fix consola

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
17
  input = gr.Textbox()
18
  output = gr.Textbox()
19
  btn = gr.Button("Run")
20
- consola = gr.Textbox()
21
  btn.click(greet, input, output)
22
-
 
23
  demo.launch()
 
17
  input = gr.Textbox()
18
  output = gr.Textbox()
19
  btn = gr.Button("Run")
 
20
  btn.click(greet, input, output)
21
+ consola = gr.Textbox()
22
+
23
  demo.launch()