pavanmutha commited on
Commit
e48d52b
·
verified ·
1 Parent(s): a824f30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file")
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