camparchimedes commited on
Commit
352cce7
ยท
verified ยท
1 Parent(s): ce90ecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ Question: {question}
56
  Answer:
57
  """
58
  daysoff_assistant_prompt = PromptTemplate(
59
- input_variables=['chat_history', 'question],
60
  template=daysoff_assistant_template
61
  )
62
 
 
56
  Answer:
57
  """
58
  daysoff_assistant_prompt = PromptTemplate(
59
+ input_variables=['chat_history', 'question'],
60
  template=daysoff_assistant_template
61
  )
62