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