Spaces:
Runtime error
Runtime error
Commit
·
2fd55a0
1
Parent(s):
4789079
typo
Browse files
app.py
CHANGED
@@ -78,12 +78,11 @@ with gr.Blocks() as demo:
|
|
78 |
"""<p style='text-align: center;'>Rank a single Space or all of the Spaces created by an organization or user by likes</p>"""
|
79 |
)
|
80 |
gr.HTML(
|
81 |
-
"""<p style="text-align: center;"><i>Remember likes aren't everything
|
82 |
)
|
83 |
gr.Markdown(
|
84 |
-
|
85 |
-
Provide this app with a Space ID or a Username/Organization name to rank by likes."""
|
86 |
-
)
|
87 |
with gr.Row():
|
88 |
space_id = gr.Textbox("librarian-bots", max_lines=1, label="Space ID")
|
89 |
filter_zero = gr.Radio(
|
|
|
78 |
"""<p style='text-align: center;'>Rank a single Space or all of the Spaces created by an organization or user by likes</p>"""
|
79 |
)
|
80 |
gr.HTML(
|
81 |
+
"""<p style="text-align: center;"><i>Remember likes aren't everything!></"""
|
82 |
)
|
83 |
gr.Markdown(
|
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(
|