Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ genai.configure(api_key = os.getenv('GOOGLE_API_KEY'))
|
|
7 |
|
8 |
model=genai.GenerativeModel('gemini-pro-vision')
|
9 |
input_prompt = """
|
10 |
-
As an HTML and CSS expert, your task is to create complete HTML and CSS code based on the provided screenshot, ensuring clear and functional markup. Provide a main.html file with inline CSS that replicates the same color and style as the given screenshot.
|
11 |
|
12 |
Output structure:
|
13 |
Start and end with (```)
|
|
|
7 |
|
8 |
model=genai.GenerativeModel('gemini-pro-vision')
|
9 |
input_prompt = """
|
10 |
+
As an HTML and CSS expert, your task is to create complete HTML and CSS code based on the provided screenshot, ensuring clear and functional markup. Provide a main.html file with inline CSS that replicates the same color and same style as the given screenshot.
|
11 |
|
12 |
Output structure:
|
13 |
Start and end with (```)
|