Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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"
|