Spaces:
Build error
Build error
remove colour specification
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def feedback(text):
|
|
37 |
iface = gr.Interface(
|
38 |
chat,
|
39 |
[gr.Textbox(label="Send messages here"), "state"],
|
40 |
-
[gr.Chatbot(
|
41 |
label="Feedback",
|
42 |
lines=1
|
43 |
)],
|
|
|
37 |
iface = gr.Interface(
|
38 |
chat,
|
39 |
[gr.Textbox(label="Send messages here"), "state"],
|
40 |
+
[gr.Chatbot(label='Conversation'), "state", gr.Textbox(
|
41 |
label="Feedback",
|
42 |
lines=1
|
43 |
)],
|