Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st # π Importing Streamlit to create our awesome app!
|
2 |
-
import streamlit_mermaid # π§ββοΈ Mermaid diagrams in Streamlit!
|
3 |
import os # π For file operations, because who doesn't like saving stuff?
|
4 |
|
5 |
# πΌοΈ Setting the page configuration to make it look neat.
|
@@ -176,7 +176,11 @@ with col6:
|
|
176 |
|
177 |
# π§ββοΈ Displaying the Mermaid diagram for Diagram 3
|
178 |
st.markdown("#### Diagram 3:")
|
179 |
-
|
|
|
|
|
|
|
|
|
180 |
|
181 |
# ποΈ Introducing Specific Knowledge Graphs.
|
182 |
st.markdown("# V. Specific Knowledge Graphs")
|
|
|
1 |
import streamlit as st # π Importing Streamlit to create our awesome app!
|
2 |
+
#import streamlit_mermaid # π§ββοΈ Mermaid diagrams in Streamlit!
|
3 |
import os # π For file operations, because who doesn't like saving stuff?
|
4 |
|
5 |
# πΌοΈ Setting the page configuration to make it look neat.
|
|
|
176 |
|
177 |
# π§ββοΈ Displaying the Mermaid diagram for Diagram 3
|
178 |
st.markdown("#### Diagram 3:")
|
179 |
+
st.markdown('''
|
180 |
+
```mermaid
|
181 |
+
{mermaid_code3}
|
182 |
+
```
|
183 |
+
'''
|
184 |
|
185 |
# ποΈ Introducing Specific Knowledge Graphs.
|
186 |
st.markdown("# V. Specific Knowledge Graphs")
|