ryanrwatkins commited on
Commit
8003c6b
Β·
1 Parent(s): 1c32a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "I want you to act as a needs assessment expert."}
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"