Spaces:
Runtime error
Runtime error
Commit
·
84fa5c4
1
Parent(s):
5dfc2a0
example
Browse files
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
|
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?",
|