Kung-Hsun commited on
Commit
653d65b
·
verified ·
1 Parent(s): f3e1f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(title="Excel/CSV 指定欄位擷取器") as demo:
126
 
127
  file_out = gr.File(label="下載處理後的 Excel", visible=False)
128
  msg = gr.Markdown()
129
- preview = gr.Dataframe(label="預覽(前 20 列)", wrap=True, height=300)
130
 
131
  def run_pipeline(file_path_str):
132
  if not file_path_str:
 
126
 
127
  file_out = gr.File(label="下載處理後的 Excel", visible=False)
128
  msg = gr.Markdown()
129
+ preview = gr.Dataframe(label="預覽(前 20 列)", wrap=True)
130
 
131
  def run_pipeline(file_path_str):
132
  if not file_path_str: