thechaiexperiment commited on
Commit
267e23d
·
1 Parent(s): ddab5b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -585,8 +585,8 @@ async def resources_endpoint(profile: MedicalProfile):
585
  print(f"Title: {title},URL: {original_url}")
586
  else:
587
  print(f"Name: {file_name}")
588
- else:
589
- print(f"Name: {file_name}")
590
  document_ids = [doc_id for doc_id, _ in initial_results]
591
  document_texts = retrieve_document_texts(document_ids, folder_path)
592
  cross_encoder = models['cross_encoder']
 
585
  print(f"Title: {title},URL: {original_url}")
586
  else:
587
  print(f"Name: {file_name}")
588
+ else:
589
+ print(f"Name: {file_name}")
590
  document_ids = [doc_id for doc_id, _ in initial_results]
591
  document_texts = retrieve_document_texts(document_ids, folder_path)
592
  cross_encoder = models['cross_encoder']