Spaces:
Sleeping
Sleeping
Fix photo link text
Browse files- helpers/pptx_helper.py +1 -1
helpers/pptx_helper.py
CHANGED
|
@@ -411,7 +411,7 @@ def _handle_display_image__in_background(
|
|
| 411 |
slide=slide,
|
| 412 |
slide_width_inch=slide_width_inch,
|
| 413 |
slide_height_inch=slide_height_inch,
|
| 414 |
-
text='
|
| 415 |
hyperlink=page_url
|
| 416 |
)
|
| 417 |
|
|
|
|
| 411 |
slide=slide,
|
| 412 |
slide_width_inch=slide_width_inch,
|
| 413 |
slide_height_inch=slide_height_inch,
|
| 414 |
+
text='Photo provided by Pexels',
|
| 415 |
hyperlink=page_url
|
| 416 |
)
|
| 417 |
|