ceckenrode commited on
Commit
44cbeb4
·
1 Parent(s): fa3bacb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,11 +2,11 @@ import streamlit as st
2
  from graphviz import Digraph
3
 
4
 
5
- st.markdown("""
6
- Prompt:
7
- Create an interactive streamlit graph builder using the graphviz diagram model language and the streamlit feature: st.graphviz_chart(figure_or_dot, use_container_width=False) to show an azure cloud architecture model including the top ten architecture components for python full stack development for web, api, ml, models, datasets torch, transformers, streamlit, azure docker and kubernetes pods for scaling
8
 
9
- """)
10
 
11
  # Dot demo:
12
  import streamlit as st
 
2
  from graphviz import Digraph
3
 
4
 
5
+ # st.markdown("""
6
+ # Prompt:
7
+ # Create an interactive streamlit graph builder using the graphviz diagram model language and the streamlit feature: st.graphviz_chart(figure_or_dot, use_container_width=False) to show an azure cloud architecture model including the top ten architecture components for python full stack development for web, api, ml, models, datasets torch, transformers, streamlit, azure docker and kubernetes pods for scaling
8
 
9
+ # """)
10
 
11
  # Dot demo:
12
  import streamlit as st