Mr-Vicky-01 commited on
Commit
2225ea2
·
verified ·
1 Parent(s): b274eff

Update app.py

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