Flo161 commited on
Commit
1a673bd
·
1 Parent(s): 2444fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ if uploaded_file is not None:
108
  # Add the image to the slide at the bottom
109
  left = (prs.slide_width - Inches(3)) / 2
110
  top = prs.slide_height - Inches(3)
111
- pic = slide.shapes.add_picture(temp_img_path, left, top, Inches(3), Inches(3))
112
 
113
  # Add the paragraph to the slide at the top
114
  left = Inches(1)
 
108
  # Add the image to the slide at the bottom
109
  left = (prs.slide_width - Inches(3)) / 2
110
  top = prs.slide_height - Inches(3)
111
+ pic = slide.shapes.add_picture(temp_img_path, left, top, Inches(5), Inches(5))
112
 
113
  # Add the paragraph to the slide at the top
114
  left = Inches(1)