Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,8 +81,8 @@ iface = gr.Interface(
|
|
81 |
gr.components.Textbox(label="Your message")
|
82 |
],
|
83 |
outputs=[
|
84 |
-
gr.
|
85 |
-
gr.
|
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 |
)
|