fb700 commited on
Commit
4202a0b
1 Parent(s): 15b3b7a

Update app.py

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