Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def generate_answer(query):
|
|
12 |
|
13 |
template = """Question: {question}
|
14 |
|
15 |
-
Answer:
|
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)
|