Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def generate_svg(description):
|
|
| 11 |
model="llama-3.3-70b-versatile",
|
| 12 |
messages=[
|
| 13 |
{"role": "system", "content": """
|
| 14 |
-
Create an SVG
|
| 15 |
1. Canvas Setup:
|
| 16 |
- Use viewBox="0 0 800 600"
|
| 17 |
|
|
|
|
| 11 |
model="llama-3.3-70b-versatile",
|
| 12 |
messages=[
|
| 13 |
{"role": "system", "content": """
|
| 14 |
+
Create an SVG diagram for {description} with the following specifications:
|
| 15 |
1. Canvas Setup:
|
| 16 |
- Use viewBox="0 0 800 600"
|
| 17 |
|