Deddy commited on
Commit
3f5e181
Β·
verified Β·
1 Parent(s): aaf6e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(theme=IndonesiaTheme()) as demo:
135
  """)
136
  with gr.Row():
137
  with gr.Column(elem_id="col-left"):
138
- status_choice = gr.Dropdown(["All", "Running", "Zero", "Stopped"],
139
  label="πŸŽ›οΈ Filter Status", value="All")
140
  with gr.Column(elem_id="col-mid"):
141
  keyword_input = gr.Textbox(label="πŸ” Search by Name",
 
135
  """)
136
  with gr.Row():
137
  with gr.Column(elem_id="col-left"):
138
+ status_choice = gr.Dropdown(["All", "Running", "Runtime", "Build", "Sleeping"],
139
  label="πŸŽ›οΈ Filter Status", value="All")
140
  with gr.Column(elem_id="col-mid"):
141
  keyword_input = gr.Textbox(label="πŸ” Search by Name",