davanstrien HF Staff commited on
Commit
504af34
·
1 Parent(s): 55c90ed
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks() as demo:
161
  label="Filter out spaces with 0 likes in the ranking?",
162
  value="yes",
163
  )
164
- run_btn = gr.Button("Show ranking for this Space org org/user!", label="Rank Space")
165
  # gr.Markdown("### Results")
166
  result = gr.Markdown()
167
  run_btn.click(rank_space_and_org, inputs=[space_id, filter_zero], outputs=result)
 
161
  label="Filter out spaces with 0 likes in the ranking?",
162
  value="yes",
163
  )
164
+ run_btn = gr.Button("Show ranking for this Space or org/user!", label="Rank Space")
165
  # gr.Markdown("### Results")
166
  result = gr.Markdown()
167
  run_btn.click(rank_space_and_org, inputs=[space_id, filter_zero], outputs=result)