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