nugentc commited on
Commit
c556324
·
1 Parent(s): 337fe11

remove colour specification

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(color_map=("green", "gray"), label='Conversation'), "state", gr.Textbox(
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
  )],