cawacci commited on
Commit
4c434fd
1 Parent(s): 6ae8dab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -859,7 +859,7 @@ with gr.Blocks() as demo:
859
  # Chatbot Tab
860
  # --------------------------------------
861
  with gr.TabItem("3. Q&A Chat"):
862
- chat_history = gr.Chatbot([], elem_id="chatbot").style(height=600, color_map=('green', 'gray'))
863
  with gr.Row():
864
  with gr.Column(scale=95):
865
  query = gr.Textbox(
 
859
  # Chatbot Tab
860
  # --------------------------------------
861
  with gr.TabItem("3. Q&A Chat"):
862
+ chat_history = gr.Chatbot([], elem_id="chatbot")
863
  with gr.Row():
864
  with gr.Column(scale=95):
865
  query = gr.Textbox(