Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
|