kreemyyyy commited on
Commit
b19f62f
Β·
verified Β·
1 Parent(s): 5d39d90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with demo:
147
  gr.Markdown("# πŸ“… Schedule Converter")
148
  gr.Markdown("Upload your schedule Excel file, select conversion direction, and download the result.")
149
  with gr.Row():
150
- file = gr.File(label="Upload Schedule File", type="file")
151
  direction = gr.Dropdown([
152
  "Format A β†’ Format B",
153
  "Format B β†’ Format A"
 
147
  gr.Markdown("# πŸ“… Schedule Converter")
148
  gr.Markdown("Upload your schedule Excel file, select conversion direction, and download the result.")
149
  with gr.Row():
150
+ file = gr.File(label="Upload Schedule File", type="filepath")
151
  direction = gr.Dropdown([
152
  "Format A β†’ Format B",
153
  "Format B β†’ Format A"