Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with col2:
|
|
51 |
|
52 |
# π§ββοΈ Displaying the Mermaid diagram for Diagram 1
|
53 |
st.markdown("#### Diagram 1:")
|
54 |
-
streamlit_mermaid.mermaid(mermaid_code1)
|
55 |
|
56 |
# Repeat the process for other Mermaid diagrams in the app
|
57 |
st.markdown("# II. Knowledge Graph Completion")
|
|
|
51 |
|
52 |
# π§ββοΈ Displaying the Mermaid diagram for Diagram 1
|
53 |
st.markdown("#### Diagram 1:")
|
54 |
+
#streamlit_mermaid.mermaid(mermaid_code1)
|
55 |
|
56 |
# Repeat the process for other Mermaid diagrams in the app
|
57 |
st.markdown("# II. Knowledge Graph Completion")
|