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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ 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)
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
 
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