Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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"),
|