Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ if st.sidebar.button('Run Algorithm'):
|
|
52 |
target_name='iris',
|
53 |
class_names=iris.target_names)
|
54 |
|
55 |
-
st.graphviz_chart(viz_model
|
56 |
# v.show() # pop up window
|
57 |
# v.save("/tmp/iris.svg")
|
58 |
def svg_write(svg, center=True):
|
|
|
52 |
target_name='iris',
|
53 |
class_names=iris.target_names)
|
54 |
|
55 |
+
st.graphviz_chart(viz_model) # render as SVG into internal object
|
56 |
# v.show() # pop up window
|
57 |
# v.save("/tmp/iris.svg")
|
58 |
def svg_write(svg, center=True):
|