rahul5035 commited on
Commit
1c6511e
·
1 Parent(s): 70658ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.) # 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):
 
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):