Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def Bot(Questions):
|
|
22 |
chat_template = """
|
23 |
Based on the provided context: {text}
|
24 |
Please answer the following question: {Questions}
|
25 |
-
Only provide answers that are directly related to the context.
|
26 |
"""
|
27 |
prompt = PromptTemplate(
|
28 |
input_variables=['text', 'Questions'],
|
|
|
22 |
chat_template = """
|
23 |
Based on the provided context: {text}
|
24 |
Please answer the following question: {Questions}
|
25 |
+
Only provide answers that are directly related to the context.
|
26 |
"""
|
27 |
prompt = PromptTemplate(
|
28 |
input_variables=['text', 'Questions'],
|