davanstrien HF staff commited on
Commit
84fa5c4
·
1 Parent(s): 5dfc2a0
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,14 +76,14 @@ with gr.Blocks() as demo:
76
  """<p style='text-align: center;'>Rank a single Space or all of the Spaces created by an organization or user by likes</p>"""
77
  )
78
  gr.HTML(
79
- """<p style="text-align: center;"><i>Remember likes aren't everything!</i></p></div>"""
80
  )
81
  gr.Markdown(
82
  """## Rank Spaces
83
  Provide this app with a Space ID or a Username/Organization name to rank by likes."""
84
  )
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?",
 
76
  """<p style='text-align: center;'>Rank a single Space or all of the Spaces created by an organization or user by likes</p>"""
77
  )
78
  gr.HTML(
79
+ """<p style="text-align: center;"><i>Remember likes aren't everything!iii></>"""
80
  )
81
  gr.Markdown(
82
  """## Rank Spaces
83
  Provide this app with a Space ID or a Username/Organization name to rank by likes."""
84
  )
85
  with gr.Row():
86
+ space_id = gr.Textbox("librarian-bots", 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?",