Spaces:
Running
Running
added new topic
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ import os
|
|
6 |
|
7 |
topics = {
|
8 |
'Standardized testing in education': '266',
|
9 |
-
'Ethical implications of genetic editing': '267'
|
|
|
10 |
}
|
11 |
|
12 |
def launch_bot():
|
|
|
6 |
|
7 |
topics = {
|
8 |
'Standardized testing in education': '266',
|
9 |
+
'Ethical implications of genetic editing': '267',
|
10 |
+
'Social media and mental health': '268'
|
11 |
}
|
12 |
|
13 |
def launch_bot():
|