Spaces:
Runtime error
Runtime error
Providing more context on the tags.
#2
by
meg
HF staff
- opened
app.py
CHANGED
@@ -116,9 +116,13 @@ def submit_entry(URL, tags, suggestions, comments):
|
|
116 |
with gr.Blocks(css="#margin-top {margin-top: 15px}") as demo:
|
117 |
gr.Markdown("## Call for submissions! π’")
|
118 |
gr.Markdown("""
|
119 |
-
Hugging Face is collecting examples of Spaces that are ethically mindful to highlight and encourage these kinds of projects βΒ and we would love your input!
|
120 |
|
121 |
If you have built a Space that you think should be featured, or if you would like to nominate someone else's, paste the URL in the form below π€
|
|
|
|
|
|
|
|
|
122 |
|
123 |
Want to learn more? Join us over at **#ethics-and-society** on the [Hugging Face Discord](https://hf.co/join/discord)!
|
124 |
""")
|
|
|
116 |
with gr.Blocks(css="#margin-top {margin-top: 15px}") as demo:
|
117 |
gr.Markdown("## Call for submissions! π’")
|
118 |
gr.Markdown("""
|
119 |
+
Hugging Face is collecting examples of [Spaces](https://huggingface.co/spaces) that are ethically mindful to highlight and encourage these kinds of projects βΒ and we would love your input!
|
120 |
|
121 |
If you have built a Space that you think should be featured, or if you would like to nominate someone else's, paste the URL in the form below π€
|
122 |
+
|
123 |
+
The current set of tags reflect our initial categorization from going through Hugging Face Spaces: π€ consentful, π sustainable, ποΈβπ¨οΈ socially conscious, π§βπ€βπ§ inclusive, βοΈ rigorous, and π€ inquisitive.
|
124 |
+
|
125 |
+
Let us know other relevant categories and examples that you find!
|
126 |
|
127 |
Want to learn more? Join us over at **#ethics-and-society** on the [Hugging Face Discord](https://hf.co/join/discord)!
|
128 |
""")
|