fb700 commited on
Commit
d31bad4
1 Parent(s): 263c0e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks(title="🐰Bofan Ai🐰", theme=gr.themes.Soft(text_size="sm")) a
211
  [模型下载地址](https://huggingface.co/fb700/chatglm-fitness-RLHF)
212
  """
213
  gr.Markdown(dedent(_))
214
- chatbot = gr.Chatbot(height=300)
215
  with gr.Row():
216
  with gr.Column(scale=4):
217
  with gr.Column(scale=12):
 
211
  [模型下载地址](https://huggingface.co/fb700/chatglm-fitness-RLHF)
212
  """
213
  gr.Markdown(dedent(_))
214
+ chatbot = gr.Chatbot()
215
  with gr.Row():
216
  with gr.Column(scale=4):
217
  with gr.Column(scale=12):