taesiri commited on
Commit
e71d8d9
1 Parent(s): ee57a01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
80
  output_text = gr.Textbox(label="Answer", lines=5)
81
 
82
  with gr.Column():
83
- chatbot = gr.Chatbot().style(color_map=("green", "pink"))
84
  chat_state = gr.State()
85
 
86
  question_txt = gr.Textbox(label="Question", lines=1)
 
80
  output_text = gr.Textbox(label="Answer", lines=5)
81
 
82
  with gr.Column():
83
+ chatbot = gr.Chatbot()
84
  chat_state = gr.State()
85
 
86
  question_txt = gr.Textbox(label="Question", lines=1)