fb700 commited on
Commit
15b3b7a
1 Parent(s): 357f4d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -227,8 +227,7 @@ with gr.Blocks(title="Bofan Ai", theme=gr.themes.Soft(text_size="sm")) as demo:
227
  user_input = gr.Textbox(
228
  show_label=False,
229
  placeholder="请输入内容Input...",
230
- multiline=True,
231
- height=200,
232
  ).style(container=False)
233
  RETRY_FLAG = gr.Checkbox(value=False, visible=False)
234
  with gr.Column(min_width=32, scale=1):
 
227
  user_input = gr.Textbox(
228
  show_label=False,
229
  placeholder="请输入内容Input...",
230
+ rows=8,
 
231
  ).style(container=False)
232
  RETRY_FLAG = gr.Checkbox(value=False, visible=False)
233
  with gr.Column(min_width=32, scale=1):