Spaces:
Runtime error
Runtime error
Commit
·
504af34
1
Parent(s):
55c90ed
fix typo
Browse files
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
|
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)
|