Spaces:
Runtime error
Runtime error
Commit
·
f70c67c
1
Parent(s):
8b4727e
fix
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ 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 |
"""## Rank Spaces
|
|
|
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!</i></p>"""
|
82 |
)
|
83 |
gr.Markdown(
|
84 |
"""## Rank Spaces
|