NimaBoscarino commited on
Commit
01ace0b
β€’
1 Parent(s): b7d7a39

minor styling

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: