Spaces:
Running
Running
NimaBoscarino
commited on
Commit
β’
3ac3537
1
Parent(s):
93991e3
Add link to featured spaces form
Browse files
app.py
CHANGED
@@ -295,6 +295,8 @@ def category_tab(category):
|
|
295 |
with gr.Column():
|
296 |
gr.Markdown("### Hugging Face News π°")
|
297 |
[news_card(x) for x in category.news]
|
|
|
|
|
298 |
with gr.Tab(label="Spaces"):
|
299 |
with gr.Row(elem_id="spaces-flex"):
|
300 |
[space_card(x) for x in category.spaces]
|
@@ -325,7 +327,7 @@ with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;}
|
|
325 |
gr.Markdown("""
|
326 |
### What does ethical AI look like?
|
327 |
|
328 |
-
We analyzed the submissions on Hugging Face Spaces and put together a set of 6 high-level categories for describing ethical machine learning work. Visit each tab to learn more about each category and to see what Hugging Face and its community have been up to!
|
329 |
""")
|
330 |
|
331 |
with gr.Column():
|
|
|
295 |
with gr.Column():
|
296 |
gr.Markdown("### Hugging Face News π°")
|
297 |
[news_card(x) for x in category.news]
|
298 |
+
with gr.Tab(label="Hugging Face Projects"):
|
299 |
+
gr.Markdown("....")
|
300 |
with gr.Tab(label="Spaces"):
|
301 |
with gr.Row(elem_id="spaces-flex"):
|
302 |
[space_card(x) for x in category.spaces]
|
|
|
327 |
gr.Markdown("""
|
328 |
### What does ethical AI look like?
|
329 |
|
330 |
+
We analyzed the submissions on Hugging Face Spaces and put together a set of 6 high-level categories for describing ethical machine learning work. Visit each tab to learn more about each category and to see what Hugging Face and its community have been up to! Is there a Space that you'd like to see featured? [Submit it here π](https://huggingface.co/spaces/society-ethics/featured-spaces-submissions)
|
331 |
""")
|
332 |
|
333 |
with gr.Column():
|