Spaces:
Runtime error
Runtime error
NimaBoscarino
commited on
Commit
β’
0ec2085
1
Parent(s):
a389c4e
Update app.py
Browse files
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
|
|
|
|
|
|
|
|
|
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.")
|