Spaces:
Runtime error
Runtime error
NimaBoscarino
commited on
Commit
β’
01ace0b
1
Parent(s):
b7d7a39
minor styling
Browse files
app.py
CHANGED
@@ -301,9 +301,9 @@ def category_tab(category):
|
|
301 |
with gr.Row(elem_id="spaces-flex"):
|
302 |
[space_card(x) for x in category.spaces]
|
303 |
with gr.Tab(label="Models - Coming Soon!"):
|
304 |
-
gr.Markdown("#### Check back soon for featured models π€")
|
305 |
with gr.Tab(label="Datasets - Coming Soon!"):
|
306 |
-
gr.Markdown("#### Check back soon for featured datasets π€")
|
307 |
|
308 |
|
309 |
with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;} #news-tab {padding: 15px;} #news-tab h3 {margin: 0px; text-align: center;} #news-tab p {margin: 0px;} #article-button {flex-grow: initial;} #news-row {align-items: center;} #spaces-flex {flex-wrap: wrap;} #space-card { display: flex; min-width: calc(90% / 3); max-width:calc(100% / 3); box-sizing: border-box;}") as demo:
|
|
|
301 |
with gr.Row(elem_id="spaces-flex"):
|
302 |
[space_card(x) for x in category.spaces]
|
303 |
with gr.Tab(label="Models - Coming Soon!"):
|
304 |
+
gr.Markdown(elem_id="margin-top", value="#### Check back soon for featured models π€")
|
305 |
with gr.Tab(label="Datasets - Coming Soon!"):
|
306 |
+
gr.Markdown(elem_id="margin-top", value="#### Check back soon for featured datasets π€")
|
307 |
|
308 |
|
309 |
with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;} #news-tab {padding: 15px;} #news-tab h3 {margin: 0px; text-align: center;} #news-tab p {margin: 0px;} #article-button {flex-grow: initial;} #news-row {align-items: center;} #spaces-flex {flex-wrap: wrap;} #space-card { display: flex; min-width: calc(90% / 3); max-width:calc(100% / 3); box-sizing: border-box;}") as demo:
|