SmokeyBandit commited on
Commit
4ebd17e
·
verified ·
1 Parent(s): f6294d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
59
  inputs=[
60
  gr.Textbox(label="Origin (e.g., Port Elizabeth Central)"),
61
  gr.Textbox(label="Destination (e.g., Algoa Park)"),
62
- gr.Date(label="Date (YYYY-MM-DD)"),
63
  gr.Textbox(label="Time (HH:MM, 24-hour format)")
64
  ],
65
  outputs=gr.Textbox(label="Journey Schedule"),
 
59
  inputs=[
60
  gr.Textbox(label="Origin (e.g., Port Elizabeth Central)"),
61
  gr.Textbox(label="Destination (e.g., Algoa Park)"),
62
+ gr.Textbox(label="Date (YYYY-MM-DD)"),
63
  gr.Textbox(label="Time (HH:MM, 24-hour format)")
64
  ],
65
  outputs=gr.Textbox(label="Journey Schedule"),