Spaces:
Sleeping
Sleeping
changing domains
Browse files
app.py
CHANGED
@@ -17,14 +17,7 @@ DEBUG_MODE = True # Set to True to show detailed tool usage
|
|
17 |
AVAILABLE_DOMAINS = [
|
18 |
"General Research",
|
19 |
"Computer Science",
|
20 |
-
"Medicine",
|
21 |
-
"Finance",
|
22 |
-
"Climate Science",
|
23 |
"Artificial Intelligence",
|
24 |
-
"History",
|
25 |
-
"Psychology",
|
26 |
-
"Physics",
|
27 |
-
"Biology"
|
28 |
]
|
29 |
|
30 |
@cl.on_chat_start
|
|
|
17 |
AVAILABLE_DOMAINS = [
|
18 |
"General Research",
|
19 |
"Computer Science",
|
|
|
|
|
|
|
20 |
"Artificial Intelligence",
|
|
|
|
|
|
|
|
|
21 |
]
|
22 |
|
23 |
@cl.on_chat_start
|