Dao3 commited on
Commit
7299abd
·
1 Parent(s): c780fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(css=customCSS,) as demo:
60
 
61
  with gr.Column(scale=5):
62
  with gr.Row(scale=1):
63
- chatbot = gr.Chatbot().style(height=600) # .style(color_map=("#1D51EE", "#585A5B"))
64
  with gr.Row(scale=1):
65
  with gr.Column(scale=12):
66
  user_input = gr.Textbox(show_label=False, placeholder="在这里输入").style(
 
60
 
61
  with gr.Column(scale=5):
62
  with gr.Row(scale=1):
63
+ chatbot = gr.Chatbot().style(height=1200) # .style(color_map=("#1D51EE", "#585A5B"))
64
  with gr.Row(scale=1):
65
  with gr.Column(scale=12):
66
  user_input = gr.Textbox(show_label=False, placeholder="在这里输入").style(