cormort commited on
Commit
082cc06
·
verified ·
1 Parent(s): a488f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# 基金報表合併系統 (15 列範本版)")
137
  with gr.Row():
138
  f_in = gr.File(label="上傳 Excel", file_count="multiple")
139
- h_in = gr.Number(label="設定模板高度 (已設為新範本 15)", value=15)
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="狀態")