Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,10 +133,10 @@ def process_direct_merge(file_objs, template_height):
|
|
| 133 |
|
| 134 |
# Gradio UI
|
| 135 |
with gr.Blocks() as app:
|
| 136 |
-
gr.Markdown("# 基金報表合併系統 (
|
| 137 |
with gr.Row():
|
| 138 |
f_in = gr.File(label="上傳 Excel", file_count="multiple")
|
| 139 |
-
h_in = gr.Number(label="設定模板高度 (已設為新範本
|
| 140 |
btn = gr.Button("🚀 開始一鍵生成", variant="primary")
|
| 141 |
f_out = gr.File(label="下載結果")
|
| 142 |
status = gr.Textbox(label="狀態")
|
|
|
|
| 133 |
|
| 134 |
# Gradio UI
|
| 135 |
with gr.Blocks() as app:
|
| 136 |
+
gr.Markdown("# 基金報表合併系統 (18 列範本版)")
|
| 137 |
with gr.Row():
|
| 138 |
f_in = gr.File(label="上傳 Excel", file_count="multiple")
|
| 139 |
+
h_in = gr.Number(label="設定模板高度 (已設為新範本 18)", value=18)
|
| 140 |
btn = gr.Button("🚀 開始一鍵生成", variant="primary")
|
| 141 |
f_out = gr.File(label="下載結果")
|
| 142 |
status = gr.Textbox(label="狀態")
|