Skip to content

Commit e8c8d49

Browse files
committed
changed dropdown order
1 parent 5e36338 commit e8c8d49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/immunotype/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ def create_interface():
254254
)
255255
with gr.Group():
256256
col_selector = gr.Dropdown(
257-
choices=["allele", "probability"],
258-
value="allele",
257+
choices=["probability", "allele"],
258+
value="probability",
259259
label="Sort by",
260260
scale=1,
261261
min_width=160,

0 commit comments

Comments
 (0)