Daniel0315 commited on
Commit
8e3b7ef
Β·
verified Β·
1 Parent(s): 35763a9

Upload app.py

Browse files
Files changed (1) hide show
  1. src/app.py +4 -3
src/app.py CHANGED
@@ -705,7 +705,7 @@ with tab_overview:
705
  use_container_width=True, hide_index=True)
706
 
707
  st.subheader("Co-cited seed papers")
708
- st.caption("같은 citing paper에 μ˜ν•΄ ν•¨κ»˜ 인용된 λ‹€λ₯Έ top 5% λ…Όλ¬Έλ“€")
709
  cocited = get_cocited_papers(selected_seed_id, events, seed)
710
  if cocited.empty:
711
  st.info("Co-cited papers not found.")
@@ -772,8 +772,9 @@ with tab_kg_exp:
772
  st.subheader("Knowledge Graph")
773
 
774
  # ── CitationHub Ontology ─────────────────────────────────────
775
- with st.expander("CitationHub Ontology β€” Node types & Properties", expanded=False):
776
- st.plotly_chart(plotly_ontology_fig(height=820), use_container_width=True)
 
777
 
778
  st.markdown("---")
779
 
 
705
  use_container_width=True, hide_index=True)
706
 
707
  st.subheader("Co-cited seed papers")
708
+ st.caption("Other top 5% cited papers that appear together with the selected paper in the same citing works")
709
  cocited = get_cocited_papers(selected_seed_id, events, seed)
710
  if cocited.empty:
711
  st.info("Co-cited papers not found.")
 
772
  st.subheader("Knowledge Graph")
773
 
774
  # ── CitationHub Ontology ─────────────────────────────────────
775
+ st.subheader("CitationHub Ontology β€” Concepts, Instances & Relationships")
776
+ st.caption("πŸ” Scroll/pinch: zoom | Drag: pan | Hover node: details | β›Ά (top-right toolbar): fullscreen")
777
+ st.plotly_chart(plotly_ontology_fig(height=820), use_container_width=True)
778
 
779
  st.markdown("---")
780