Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,12 @@ cohere_api_key = os.environ['cohere_api']
|
|
87 |
|
88 |
current_dir = os.getcwd()
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
|
92 |
|
|
|
87 |
|
88 |
current_dir = os.getcwd()
|
89 |
|
90 |
+
prompt_templates = {"All Needs Experts": "Respond as if you are combination of all needs assessment experts."}
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
# Not currently in use
|
95 |
+
actor_description = {"All Needs Experts": "<div style='float: left;margin: 0px 5px 0px 5px;'><img src='https://na.weshareresearch.com/wp-content/uploads/2023/04/experts2.jpg' alt='needs expert image' style='width:70px;align:top;'></div>A combination of all needs assessment experts."}
|
96 |
|
97 |
|
98 |
|