gordonchan commited on
Commit
e2f2d2f
·
verified ·
1 Parent(s): 8157d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def main():
142
  with gr.Row():
143
  switchy_bt = gr.Button(r"请先从插件列表中选择", variant="secondary").style(size="sm")
144
  with gr.Row():
145
- with gr.Accordion("点击展开“文件上传区”。上传本地文件/压缩包供函数插件调用。", open=False) as area_file_up:
146
  file_upload = gr.Files(label="任何文件, 推荐上传压缩文件(zip, tar)", file_count="multiple", elem_id="elem_upload")
147
 
148
 
 
142
  with gr.Row():
143
  switchy_bt = gr.Button(r"请先从插件列表中选择", variant="secondary").style(size="sm")
144
  with gr.Row():
145
+ with gr.Accordion("点击展开“文件上传区”。上传本地文件/压缩包供函数插件调用。", open=True) as area_file_up:
146
  file_upload = gr.Files(label="任何文件, 推荐上传压缩文件(zip, tar)", file_count="multiple", elem_id="elem_upload")
147
 
148