rwitz commited on
Commit
9b622e6
1 Parent(s): 43c4511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ iface = gr.Interface(
81
  gr.components.Textbox(label="Your message")
82
  ],
83
  outputs=[
84
- gr.outputs.Textbox(label="Bot 1 Response"),
85
- gr.outputs.Textbox(label="Bot 2 Response")
86
  ],
87
  live=True
88
  )
 
81
  gr.components.Textbox(label="Your message")
82
  ],
83
  outputs=[
84
+ gr.components.Textbox(label="Bot 1 Response"),
85
+ gr.components.Textbox(label="Bot 2 Response")
86
  ],
87
  live=True
88
  )