kingabzpro commited on
Commit
5effe8e
1 Parent(s): 0d068d6

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(lines=4)
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=("Green","blue"))
48
  text = gr.Textbox(
49
  label="Talk to Morty here... (press enter to submit)",
50
  value="How are you?",