Spaces:
Runtime error
Runtime error
Commit
·
ca842ee
1
Parent(s):
08ce35b
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ flights = gr.Interface(
|
|
67 |
[
|
68 |
gr.Radio(["today", "tomorrow"], type="value", label="Day", info="When do you have the plane?"),
|
69 |
gr.Slider(0, 50, value=20, label="Possible Delay", info="How unfortunate do you wanna be?"),
|
70 |
-
gr.Number(precision=0, minimum=0, maximum=23, label="Departure Time")
|
71 |
gr.Radio(["am", "pm"], type="index", info="It's the same, no worries!"),
|
72 |
gr.CheckboxGroup(["Yes, it's cloudy", "I am not in Stockholm"], label="Weather", info="Is it a typical Stockholm day?"),
|
73 |
gr.Dropdown(get_possible_destinations() + ["That's a reason why I travel alone...", "I prefer not to say"],
|
|
|
67 |
[
|
68 |
gr.Radio(["today", "tomorrow"], type="value", label="Day", info="When do you have the plane?"),
|
69 |
gr.Slider(0, 50, value=20, label="Possible Delay", info="How unfortunate do you wanna be?"),
|
70 |
+
gr.Number(precision=0, minimum=0, maximum=23, label="Departure Time"),
|
71 |
gr.Radio(["am", "pm"], type="index", info="It's the same, no worries!"),
|
72 |
gr.CheckboxGroup(["Yes, it's cloudy", "I am not in Stockholm"], label="Weather", info="Is it a typical Stockholm day?"),
|
73 |
gr.Dropdown(get_possible_destinations() + ["That's a reason why I travel alone...", "I prefer not to say"],
|