Spaces:
Sleeping
Sleeping
fixing indent
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def nishauri(question: str, conversation_history: list[str]):
|
|
| 63 |
" A high viral load or non-suppressed viral load is any viral load above 200 copies/ml."
|
| 64 |
" A suppressed viral load is one below 200 copies / ml.")
|
| 65 |
|
| 66 |
-
|
| 67 |
f" The user previously asked and answered the following: {context}. "
|
| 68 |
f" The user just asked the following question: {question}."
|
| 69 |
f" Please use the following content to generate a response: {source0} {source1} {source2}."
|
|
|
|
| 63 |
" A high viral load or non-suppressed viral load is any viral load above 200 copies/ml."
|
| 64 |
" A suppressed viral load is one below 200 copies / ml.")
|
| 65 |
|
| 66 |
+
question_final = (
|
| 67 |
f" The user previously asked and answered the following: {context}. "
|
| 68 |
f" The user just asked the following question: {question}."
|
| 69 |
f" Please use the following content to generate a response: {source0} {source1} {source2}."
|