ybelkada HF staff commited on
Commit
9da7f7f
1 Parent(s): 381b935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def has_no_history(chatbot, history):
46
 
47
 
48
  header = "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."
49
- prompt_template = "### Human: {query}\n ### Assistant:{response}"
50
 
51
  def generate(
52
  user_message,
 
46
 
47
 
48
  header = "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."
49
+ prompt_template = "### Human: {query}\n### Assistant:{response}"
50
 
51
  def generate(
52
  user_message,