davanstrien HF staff commited on
Commit
058d3f8
1 Parent(s): cde3f2b

clearer label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
84
  """## Rank Spaces
85
  Provide this app with a Space ID or a Username/Organization name to rank by likes.""")
86
  with gr.Row():
87
- space_id = gr.Textbox("librarian-bots", max_lines=1, label="Space ID")
88
  filter_zero = gr.Radio(
89
  choices=["no", "yes"],
90
  label="Filter out spaces with 0 likes in the ranking?",
 
84
  """## Rank Spaces
85
  Provide this app with a Space ID or a Username/Organization name to rank by likes.""")
86
  with gr.Row():
87
+ space_id = gr.Textbox("librarian-bots", max_lines=1, label="Space or user/organization ID")
88
  filter_zero = gr.Radio(
89
  choices=["no", "yes"],
90
  label="Filter out spaces with 0 likes in the ranking?",