s3nh commited on
Commit
19c554c
1 Parent(s): 4f76bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ ASSISTANT: """
85
 
86
 
87
  prompt_template = """
88
- User: {prompt}
89
  Assistant: """
90
 
91
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]
 
85
 
86
 
87
  prompt_template = """
88
+ User: {question}
89
  Assistant: """
90
 
91
  _ = [elm for elm in prompt_template.splitlines() if elm.strip()]