Testys commited on
Commit
fecb48c
·
1 Parent(s): 73b3f14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -143,6 +143,7 @@ def main():
143
  else:
144
  st.subheader(f"Top Results ({search_duration:.2f}s)")
145
  for res in results:
 
146
  with st.expander(res["title"]):
147
  st.markdown(f"**Summary**: {res['summary']}")
148
  similarity = res['similarity']
 
143
  else:
144
  st.subheader(f"Top Results ({search_duration:.2f}s)")
145
  for res in results:
146
+ logger.info(f"Results: {res}")
147
  with st.expander(res["title"]):
148
  st.markdown(f"**Summary**: {res['summary']}")
149
  similarity = res['similarity']