Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"],
|
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 |
|