Archisman Karmakar
commited on
Commit
·
9ed0ac1
1
Parent(s):
95a993d
Update dashboard.py
Browse files- dashboard.py +1 -3
dashboard.py
CHANGED
@@ -130,9 +130,7 @@ def create_sample_example2():
|
|
130 |
st.graphviz_chart(graph)
|
131 |
|
132 |
|
133 |
-
|
134 |
-
|
135 |
-
def create_sample_example():
|
136 |
st.write("#### Sample Example")
|
137 |
|
138 |
graph = """
|
|
|
130 |
st.graphviz_chart(graph)
|
131 |
|
132 |
|
133 |
+
def create_sample_example1():
|
|
|
|
|
134 |
st.write("#### Sample Example")
|
135 |
|
136 |
graph = """
|