Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(
|
|
102 |
|
103 |
# Dropdown for WOD Type
|
104 |
type_input = gr.Dropdown(
|
105 |
-
["REPLACEMENT", "
|
106 |
label="Type",
|
107 |
value="REPLACEMENT",
|
108 |
info="Select the type of work order."
|
|
|
102 |
|
103 |
# Dropdown for WOD Type
|
104 |
type_input = gr.Dropdown(
|
105 |
+
["REPLACEMENT", "THERMAL", "VISIT", "PREVENTIVE_MAINTENANCE", "INSTALLATION", "WITHDRAWAL"],
|
106 |
label="Type",
|
107 |
value="REPLACEMENT",
|
108 |
info="Select the type of work order."
|