zhandroid commited on
Commit
14e235e
1 Parent(s): 5beeda0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
17
  gr.Markdown("# Excel内容提取工具")
18
  gr.Markdown("上传您的Excel文件并指定需要提取的行数和列数")
19
 
20
- file_input = gr.File(label="上传Excel文件", type="file")
21
  row_input = gr.Number(label="行数 (例如 5)", value=5, precision=0)
22
  col_input = gr.Number(label="列数 (例如 3)", value=3, precision=0)
23
  output_text = gr.Textbox(label="提取内容")
 
17
  gr.Markdown("# Excel内容提取工具")
18
  gr.Markdown("上传您的Excel文件并指定需要提取的行数和列数")
19
 
20
+ file_input = gr.File(label="上传Excel文件")
21
  row_input = gr.Number(label="行数 (例如 5)", value=5, precision=0)
22
  col_input = gr.Number(label="列数 (例如 3)", value=3, precision=0)
23
  output_text = gr.Textbox(label="提取内容")