suriya7 commited on
Commit
3fc67ad
1 Parent(s): d8ad835

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ Human: {human_input}
35
  Chatbot:"""
36
 
37
  prompt = PromptTemplate(
38
- input_variables=["chat_history", "human_input", "provided_docs"], template=template
39
  )
40
 
41
  llm_chain = LLMChain(
 
35
  Chatbot:"""
36
 
37
  prompt = PromptTemplate(
38
+ input_variables=["chat_history", "human_input", "provided_docs","extracted_text"], template=template
39
  )
40
 
41
  llm_chain = LLMChain(