meg HF staff commited on
Commit
03e37c9
β€’
1 Parent(s): c7bea8f

Providing more context on the tags.

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