Tesneem commited on
Commit
8775658
·
verified ·
1 Parent(s): a719329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -573,7 +573,7 @@ def main():
573
  st.markdown(doc.page_content[:700] + "...")
574
  if topics:
575
  matched_topics=set(doc.metadata['metadata'].get('topics',[])).intersection(topics)
576
- st.markdown(f"**Matched Topics**{','.join(matched_topics)}")
577
  st.markdown("---")
578
 
579
 
 
573
  st.markdown(doc.page_content[:700] + "...")
574
  if topics:
575
  matched_topics=set(doc.metadata['metadata'].get('topics',[])).intersection(topics)
576
+ st.markdown(f"**Matched Topics** {','.join(matched_topics)}")
577
  st.markdown("---")
578
 
579