Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ iface = gr.Interface(
|
|
| 55 |
gr.inputs.Number(
|
| 56 |
label="Number of Units/Spaces or Area (in 1000 GSF)", default=1
|
| 57 |
),
|
| 58 |
-
gr.inputs.Textbox(label="Number of Units", type="
|
| 59 |
gr.inputs.Radio(["morning", "midday", "afternoon"], label="Temporal Split"),
|
| 60 |
gr.inputs.Radio(["car", "taxi", "bus", "subway", "walking"], label="Modal Split"),
|
| 61 |
gr.inputs.Dropdown(["inbound", "outbound"], label="Directional Distribution"),
|
|
|
|
| 55 |
gr.inputs.Number(
|
| 56 |
label="Number of Units/Spaces or Area (in 1000 GSF)", default=1
|
| 57 |
),
|
| 58 |
+
gr.inputs.Textbox(label="Number of Units", type="text"),
|
| 59 |
gr.inputs.Radio(["morning", "midday", "afternoon"], label="Temporal Split"),
|
| 60 |
gr.inputs.Radio(["car", "taxi", "bus", "subway", "walking"], label="Modal Split"),
|
| 61 |
gr.inputs.Dropdown(["inbound", "outbound"], label="Directional Distribution"),
|