Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ safety_settings = [
|
|
25 |
]
|
26 |
|
27 |
# Model name
|
28 |
-
MODEL_NAME = "gemini-1.5-
|
29 |
|
30 |
# Framework selection (e.g., Tailwind, Bootstrap, etc.)
|
31 |
framework = "Regular CSS use flex grid etc" # Change this to "Bootstrap" or any other framework as needed
|
|
|
25 |
]
|
26 |
|
27 |
# Model name
|
28 |
+
MODEL_NAME = "gemini-1.5-flash-latest"
|
29 |
|
30 |
# Framework selection (e.g., Tailwind, Bootstrap, etc.)
|
31 |
framework = "Regular CSS use flex grid etc" # Change this to "Bootstrap" or any other framework as needed
|