Spaces:
Runtime error
Runtime error
Commit
·
8003c6b
1
Parent(s):
1c32a41
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def get_empty_state():
|
|
| 44 |
|
| 45 |
|
| 46 |
#Initial prompt template, others added below from TXT file
|
| 47 |
-
prompt_templates = {"All Needs Experts": "
|
| 48 |
|
| 49 |
def download_prompt_templates():
|
| 50 |
url = "https://huggingface.co/spaces/ryanrwatkins/needs/raw/main/gurus.txt"
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
#Initial prompt template, others added below from TXT file
|
| 47 |
+
prompt_templates = {"All Needs Experts": "Respond as if you are combiation of all needs assessment experts."}
|
| 48 |
|
| 49 |
def download_prompt_templates():
|
| 50 |
url = "https://huggingface.co/spaces/ryanrwatkins/needs/raw/main/gurus.txt"
|