aheman20 commited on
Commit
4794d32
1 Parent(s): 0477a71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
59
  return_messages=False
60
  )
61
 
62
- PUT IT IN A PROMPT TEMPLATE
63
  template = """The following is chat between a human and an AI assistant. The AI provides the answer along with the section it referred to for the answer.
64
  Current Conversation:
65
  {history}
 
59
  return_messages=False
60
  )
61
 
62
+ #PUT IT IN A PROMPT TEMPLATE
63
  template = """The following is chat between a human and an AI assistant. The AI provides the answer along with the section it referred to for the answer.
64
  Current Conversation:
65
  {history}