Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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(
|