Spaces:
Running
Running
Update app.py
Browse files
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(
|