Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ with gr.Blocks() as demo:
|
|
| 137 |
|
| 138 |
with gr.Row():
|
| 139 |
with gr.Column():
|
| 140 |
-
file_input = gr.File(label="Upload CSV or Excel", type="
|
| 141 |
upload_btn = gr.Button("Upload & Clean")
|
| 142 |
df_output = gr.DataFrame(label="Cleaned Data Preview")
|
| 143 |
|
|
|
|
| 137 |
|
| 138 |
with gr.Row():
|
| 139 |
with gr.Column():
|
| 140 |
+
file_input = gr.File(label="Upload CSV or Excel", type="filepath")
|
| 141 |
upload_btn = gr.Button("Upload & Clean")
|
| 142 |
df_output = gr.DataFrame(label="Cleaned Data Preview")
|
| 143 |
|