JamalAG commited on
Commit
f014430
·
1 Parent(s): 0d738c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_answer(query):
12
 
13
  template = """Question: {question}
14
 
15
- Answer: Straight forward in kind way."""
16
 
17
  prompt = PromptTemplate(template=template, input_variables=["query"])
18
  llm_chain = LLMChain(prompt=prompt, llm=llm)
 
12
 
13
  template = """Question: {question}
14
 
15
+ Answer: Let's give medical advices in kind way."""
16
 
17
  prompt = PromptTemplate(template=template, input_variables=["query"])
18
  llm_chain = LLMChain(prompt=prompt, llm=llm)