Pragya Jatav commited on
Commit
8d54e01
·
1 Parent(s): 324f78a
Files changed (1) hide show
  1. Model_Result_Overview.py +1 -1
Model_Result_Overview.py CHANGED
@@ -50,7 +50,7 @@ set_header()
50
  st.title("Model Result Overview")
51
  def add_plotly_chart_to_slide(slide, fig, left, top, width, height):
52
  img_stream = BytesIO()
53
- pio.write_image(fig, img_stream, format='png',engine="orca")
54
  slide.shapes.add_picture(img_stream, left, top, width, height)
55
 
56
 
 
50
  st.title("Model Result Overview")
51
  def add_plotly_chart_to_slide(slide, fig, left, top, width, height):
52
  img_stream = BytesIO()
53
+ pio.write_image(fig, img_stream, format='png')
54
  slide.shapes.add_picture(img_stream, left, top, width, height)
55
 
56