davanstrien HF staff commited on
Commit
12723e2
1 Parent(s): 132bc87

order options

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,9 +85,9 @@ with gr.Blocks() as demo:
85
  with gr.Row():
86
  space_id = gr.Textbox(max_lines=1, label="Space ID")
87
  filter_zero = gr.Radio(
88
- choices=["yes", "no"],
89
  label="Filter out spaces with 0 likes in the ranking?",
90
- value="yes",
91
  )
92
  run_btn = gr.Button("Rank Space!", label="Rank Space")
93
  result = gr.Markdown()
 
85
  with gr.Row():
86
  space_id = gr.Textbox(max_lines=1, label="Space ID")
87
  filter_zero = gr.Radio(
88
+ choices=["no","yes"],
89
  label="Filter out spaces with 0 likes in the ranking?",
90
+ value="no",
91
  )
92
  run_btn = gr.Button("Rank Space!", label="Rank Space")
93
  result = gr.Markdown()