Flo161 commited on
Commit
7df67c3
·
1 Parent(s): ac6505a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ if uploaded_file is not None:
107
 
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) - Inches(0.5)
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)
 
107
 
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)