NimaBoscarino commited on
Commit
0ec2085
β€’
1 Parent(s): a389c4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -18,7 +18,7 @@ principles = [
18
 
19
  - Demonstrating a commitment to acquiring data from willing, informed, and appropriately compensated sources.
20
  - Designing systems that respect end-user autonomy, e.g. with privacy-preserving techniques.
21
- - Avoiding extractive, chauvinist, "dark", and otherwise "unethical" patterns of engagement.
22
  """
23
  },
24
  {
@@ -115,9 +115,12 @@ def submit_entry(URL, tags, suggestions, comments):
115
  with gr.Blocks(css="#margin-top {margin-top: 15px}") as demo:
116
  gr.Markdown("## Call for submissions! πŸ“’")
117
  gr.Markdown("""
118
- Hugging Face is collecting examples of Spaces that are ethically mindful. What does that mean? There are a lot of ways to define this, so we've suggested a couple categories to get started πŸ€—
 
 
 
 
119
  """)
120
-
121
  with gr.Row():
122
  with gr.Column():
123
  gr.Markdown("πŸ’‘ Click on the terms below to view their description and some examples.")
 
18
 
19
  - Demonstrating a commitment to acquiring data from willing, informed, and appropriately compensated sources.
20
  - Designing systems that respect end-user autonomy, e.g. with privacy-preserving techniques.
21
+ - Avoiding extractive, chauvinist, ["dark"](https://www.deceptive.design), and otherwise "unethical" patterns of engagement.
22
  """
23
  },
24
  {
 
115
  with gr.Blocks(css="#margin-top {margin-top: 15px}") as demo:
116
  gr.Markdown("## Call for submissions! πŸ“’")
117
  gr.Markdown("""
118
+ Hugging Face is collecting examples of Spaces that are ethically mindful, and we would love your input!
119
+
120
+ 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 πŸ€—
121
+
122
+ Want to learn more? Join us over at **#ethics-and-society** on the [Hugging Face Discord](https://hf.co/join/discord)!
123
  """)
 
124
  with gr.Row():
125
  with gr.Column():
126
  gr.Markdown("πŸ’‘ Click on the terms below to view their description and some examples.")