Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,6 @@ def prompt_temp():
|
|
| 89 |
prompt=ChatPromptTemplate.from_template(
|
| 90 |
"""
|
| 91 |
Answer the question based on the provided context only.
|
| 92 |
-
Highlight the numbers in orange color using HTML.
|
| 93 |
Please provide the most accurate response based on the question.
|
| 94 |
{context},
|
| 95 |
Questions:{input}
|
|
|
|
| 89 |
prompt=ChatPromptTemplate.from_template(
|
| 90 |
"""
|
| 91 |
Answer the question based on the provided context only.
|
|
|
|
| 92 |
Please provide the most accurate response based on the question.
|
| 93 |
{context},
|
| 94 |
Questions:{input}
|