From 7eab735af4fd8f088c57a8d47cb39c587f25c55a Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Tue, 5 Dec 2023 10:02:00 +0530 Subject: [PATCH] feat: update prompts for multiple images --- backend/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/prompts.py b/backend/prompts.py index b56a952..222cc20 100644 --- a/backend/prompts.py +++ b/backend/prompts.py @@ -17,7 +17,7 @@ from screenshot_system_prompts import ( USER_PROMPT = """ -Generate code for a web page that looks exactly like this. +Generate code for a web page that looks exactly like these images. Seperate them into different sectionsif multiple images are provided. """