Spaces:
Runtime error
Runtime error
domenicrosati
commited on
Commit
Β·
a812db5
1
Parent(s):
e996282
remove stray print
Browse files
app.py
CHANGED
@@ -72,7 +72,6 @@ def find_source(text, docs):
|
|
72 |
'source_title': doc[2],
|
73 |
'source_link': f"https://scite.ai/reports/{doc[0]}"
|
74 |
}
|
75 |
-
print("None found for", text)
|
76 |
return None
|
77 |
|
78 |
|
|
|
72 |
'source_title': doc[2],
|
73 |
'source_link': f"https://scite.ai/reports/{doc[0]}"
|
74 |
}
|
|
|
75 |
return None
|
76 |
|
77 |
|