kingabzpro commited on
Commit
83e3743
·
1 Parent(s): d1a70bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with demo:
44
  """
45
  )
46
  state = gr.Variable(value=[])
47
- chatbot = gr.Chatbot(color_map=("#00ff80","#00ff7f"))
48
  text = gr.Textbox(
49
  label="Talk to Morty here... (press enter to submit)",
50
  value="How are you?",
 
44
  """
45
  )
46
  state = gr.Variable(value=[])
47
+ chatbot = gr.Chatbot(color_map=("##00ff7f","#00d5ff"))
48
  text = gr.Textbox(
49
  label="Talk to Morty here... (press enter to submit)",
50
  value="How are you?",