Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,8 @@ def generate_svg(description):
|
|
| 47 |
- Any component-specific styling
|
| 48 |
|
| 49 |
Please generate a complete SVG code that can be directly used, with components properly positioned and all connections clearly defined. Ensure the code follows SVG best practices and includes proper spacing and formatting for readability.
|
| 50 |
-
Make sure it's just the code only
|
|
|
|
| 51 |
{"role": "user", "content": description}
|
| 52 |
],
|
| 53 |
temperature=0.7,
|
|
|
|
| 47 |
- Any component-specific styling
|
| 48 |
|
| 49 |
Please generate a complete SVG code that can be directly used, with components properly positioned and all connections clearly defined. Ensure the code follows SVG best practices and includes proper spacing and formatting for readability.
|
| 50 |
+
Make sure it's just the code only
|
| 51 |
+
Generate the correct code, ensure it is free from construct error and this kind of error: Unescaped '<' not allowed in attributes values"""},
|
| 52 |
{"role": "user", "content": description}
|
| 53 |
],
|
| 54 |
temperature=0.7,
|