Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with gr.Blocks(css=custom_css, title="LamaLab Shoutouts Leaderboard") as demo:
|
|
| 160 |
dataset_state = gr.State(initial_dataset)
|
| 161 |
|
| 162 |
gr.HTML("<h1>π LamaLab Shoutouts Leaderboard</h1>")
|
| 163 |
-
gr.Markdown("Track and celebrate team recognition in LamaLab
|
| 164 |
|
| 165 |
with gr.Tabs() as tabs:
|
| 166 |
# Tab 1: Most Shoutouts Received
|
|
|
|
| 160 |
dataset_state = gr.State(initial_dataset)
|
| 161 |
|
| 162 |
gr.HTML("<h1>π LamaLab Shoutouts Leaderboard</h1>")
|
| 163 |
+
gr.Markdown("Track and celebrate team recognition in LamaLab!!! π π", elem_classes="markdown-text")
|
| 164 |
|
| 165 |
with gr.Tabs() as tabs:
|
| 166 |
# Tab 1: Most Shoutouts Received
|