jaibadachiya commited on
Commit
6384008
·
verified ·
1 Parent(s): 0de17ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def show_graph(triples):
75
  st.pyplot(plt)
76
 
77
  # === Streamlit UI ===
78
- st.title("🧠 Knowledge Graph Generator (Enhanced with TF-IDF & Chunking)")
79
 
80
  text_input = st.text_area("Paste your text here", height=200)
81
 
 
75
  st.pyplot(plt)
76
 
77
  # === Streamlit UI ===
78
+ st.title("🧠 Knowledge Graph Generator:")
79
 
80
  text_input = st.text_area("Paste your text here", height=200)
81