Spaces:
Runtime error
Runtime error
shripadbhat
commited on
Commit
•
7ba3536
1
Parent(s):
c2e898c
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def fetch_answers(question, clincal_note ):
|
|
28 |
if answer in passage_sentences[i]:
|
29 |
passage_sentences[i] = "**"+passage_sentences[i].strip()+"**"
|
30 |
|
31 |
-
result_str = "# RESULT "+str(count)+"\n"
|
32 |
result_str = result_str + " ".join(passage_sentences) + "\n\n"
|
33 |
top_5_query_paragraph_answer_list += result_str
|
34 |
count+=1
|
|
|
28 |
if answer in passage_sentences[i]:
|
29 |
passage_sentences[i] = "**"+passage_sentences[i].strip()+"**"
|
30 |
|
31 |
+
result_str = "# RESULT NO: "+str(count)+"\n"
|
32 |
result_str = result_str + " ".join(passage_sentences) + "\n\n"
|
33 |
top_5_query_paragraph_answer_list += result_str
|
34 |
count+=1
|