Penality commited on
Commit
6e7cfd2
·
verified ·
1 Parent(s): b1fedda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ def retrieve_document(query):
89
 
90
  try:
91
  metadata_file = metadata_.json()
 
92
  except requests.exceptions.JSONDecodeError as e:
93
  print(f"Error decoding metadata JSON: {e}")
94
  return None
 
89
 
90
  try:
91
  metadata_file = metadata_.json()
92
+ print(metadata_file)
93
  except requests.exceptions.JSONDecodeError as e:
94
  print(f"Error decoding metadata JSON: {e}")
95
  return None