awacke1 commited on
Commit
574c02e
Β·
verified Β·
1 Parent(s): 93aac8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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
- streamlit_mermaid.mermaid(mermaid_code3)
 
 
 
 
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")