Alic-Li commited on
Commit
2b2295f
·
verified ·
1 Parent(s): 5700d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(title="MiniRWKV_7 34.2M 🪿 2vGPU Space") as demo:
124
  with gr.Column(scale=3):
125
  chatbot = gr.Chatbot(
126
  label="对话记录",
127
- height=500,
128
  )
129
 
130
  with gr.Column(scale=1):
 
124
  with gr.Column(scale=3):
125
  chatbot = gr.Chatbot(
126
  label="对话记录",
127
+ height=1000,
128
  )
129
 
130
  with gr.Column(scale=1):