Afeezee commited on
Commit
72be032
·
verified ·
1 Parent(s): b7b16b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 architecture diagram for {description} with the following specifications:
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