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