Update app.py
Browse files
app.py
CHANGED
|
@@ -122,8 +122,8 @@ def generate_image_prompt(slide_content):
|
|
| 122 |
prompt = f"""
|
| 123 |
Based on the following slide content, create a detailed prompt for generating
|
| 124 |
an image that represents the main idea of the slide. The image should be
|
| 125 |
-
suitable for a professional presentation and
|
| 126 |
-
|
| 127 |
{slide_content}
|
| 128 |
Image prompt:
|
| 129 |
"""
|
|
|
|
| 122 |
prompt = f"""
|
| 123 |
Based on the following slide content, create a detailed prompt for generating
|
| 124 |
an image that represents the main idea of the slide. The image should be
|
| 125 |
+
suitable for a professional presentation and do not use any words or text in the image.
|
| 126 |
+
|
| 127 |
{slide_content}
|
| 128 |
Image prompt:
|
| 129 |
"""
|