YoniFriedman commited on
Commit
77d7194
·
verified ·
1 Parent(s): c2e27c2

fixing indent

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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}."
 
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}."