Update app.py
Browse files
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", "
|
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",
|