enoreyes commited on
Commit
23e9853
1 Parent(s): 0ae02dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ def chat(
71
  return history, history
72
 
73
 
74
- block = gr.Blocks(css="#chatbot .overflow-y-auto{height:700px}")
75
 
76
  with block:
77
  with gr.Row():
@@ -85,7 +85,7 @@ with block:
85
  )
86
 
87
  with gr.Column(scale=7):
88
- chatbot = gr.Chatbot(elem_id="chatbot")
89
 
90
  with gr.Row():
91
  message = gr.Textbox(
 
71
  return history, history
72
 
73
 
74
+ block = gr.Blocks(css="#chatbot .overflow-y-auto{height:1700px}")
75
 
76
  with block:
77
  with gr.Row():
 
85
  )
86
 
87
  with gr.Column(scale=7):
88
+ chatbot = gr.Chatbot(elem_id="chatbot").style(color_map=["blue","grey"])
89
 
90
  with gr.Row():
91
  message = gr.Textbox(