datasaur-dev commited on
Commit
5a4b393
·
verified ·
1 Parent(s): b2e8432

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(
102
 
103
  # Dropdown for WOD Type
104
  type_input = gr.Dropdown(
105
- ["REPLACEMENT", "NEW", "MAINTENANCE", "PULL OUT"],
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."