NimaBoscarino commited on
Commit
7fc9d23
β€’
1 Parent(s): ac476f1

Update app.py

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