unausagi commited on
Commit
2a16f12
·
verified ·
1 Parent(s): 027c7a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
75
  gr.Markdown("上傳週報和上個月的月報,並生成本月的月報。")
76
 
77
  with gr.Row():
78
- weekly_reports_input = gr.File(label="上傳本月週報(多個 .docx 檔案)", file_types=[".docx"], file_count="multiple")
79
  last_month_report_input = gr.File(label="上傳上個月月報(單個 .docx 檔案)", file_types=[".docx"])
80
  config_file_input = gr.File(label="上傳 config.ini 檔案")
81
 
 
75
  gr.Markdown("上傳週報和上個月的月報,並生成本月的月報。")
76
 
77
  with gr.Row():
78
+ weekly_reports_input = gr.File(label="上傳本月週報(多個 .docx 檔案)", file_types=[".docx"], multiple=True)
79
  last_month_report_input = gr.File(label="上傳上個月月報(單個 .docx 檔案)", file_types=[".docx"])
80
  config_file_input = gr.File(label="上傳 config.ini 檔案")
81