Spaces:
Runtime error
Runtime error
Commit
Β·
7fc9d23
1
Parent(s):
ac476f1
Update app.py
Browse files
app.py
CHANGED
@@ -123,9 +123,18 @@ with gr.Blocks(css="#margin-top {margin-top: 15px}") as demo:
|
|
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 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
with gr.Row():
|
130 |
with gr.Column():
|
131 |
gr.Markdown("π‘ Click on the terms below to view their description and some examples.")
|
|
|
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 |
+
|
128 |
+
with gr.Accordion(label="Want to learn more? Visit us over on the Hugging Face Discord!", open=False):
|
129 |
+
gr.Markdown("""
|
130 |
+
Follow these steps to join the discussion:
|
131 |
+
|
132 |
+
1. Go to [hf.co/join/discord](https://hf.co/join/discord) to join the Discord server.
|
133 |
+
2. Once you've registered, go to the `#role-assignment` channel.
|
134 |
+
3. Select the "Open Science" role.
|
135 |
+
4. Head over to `#ethics-and-society` to join the conversation π₯³
|
136 |
+
""", elem_id="margin-top")
|
137 |
+
|
138 |
with gr.Row():
|
139 |
with gr.Column():
|
140 |
gr.Markdown("π‘ Click on the terms below to view their description and some examples.")
|