armandstrickernlp commited on
Commit
cd30edd
·
1 Parent(s): 2a943a9

create chatbot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def chat_test(message, history):
50
 
51
  import gradio as gr
52
 
53
- chatbot = gr.Chatbot(color_map=("gray", "blue"))
54
 
55
  iface = gr.Interface(chat_test,
56
  ["text", "state"],
 
50
 
51
  import gradio as gr
52
 
53
+ chatbot = gr.Chatbot(color_map=("green", "gray"))
54
 
55
  iface = gr.Interface(chat_test,
56
  ["text", "state"],