Spaces:
Sleeping
Sleeping
neologix-p03
commited on
Commit
·
7cea585
1
Parent(s):
f4fcd23
ADD TEMPALTES
Browse files
app.py
CHANGED
|
@@ -219,6 +219,13 @@ def display_success_message(inserted_id, frontend_url):
|
|
| 219 |
"url": f"https://v0-recreate-figma-ui-dua1ta.vercel.app/{inserted_id}",
|
| 220 |
"isPremium": False
|
| 221 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
{
|
| 223 |
"id": 3,
|
| 224 |
"name": "iPortfo",
|
|
@@ -226,13 +233,7 @@ def display_success_message(inserted_id, frontend_url):
|
|
| 226 |
"url": f"https://iportfo.netlify.app/{inserted_id}",
|
| 227 |
"isPremium": False
|
| 228 |
},
|
| 229 |
-
|
| 230 |
-
"id": 4,
|
| 231 |
-
"name": "Modern Portfolio", # Added missing template
|
| 232 |
-
"category": "professional",
|
| 233 |
-
"url": f"https://v0-modern-portfolio-react.vercel.app/{inserted_id}",
|
| 234 |
-
"isPremium": False
|
| 235 |
-
},
|
| 236 |
{
|
| 237 |
"id": 5,
|
| 238 |
"name": "Modern Portfolio",
|
|
|
|
| 219 |
"url": f"https://v0-recreate-figma-ui-dua1ta.vercel.app/{inserted_id}",
|
| 220 |
"isPremium": False
|
| 221 |
},
|
| 222 |
+
{
|
| 223 |
+
"id": 2,
|
| 224 |
+
"name": "Creative Designer",
|
| 225 |
+
"category": "creative",
|
| 226 |
+
"url": f"https://v0-recreate-figma-ui-f7.vercel.app/{inserted_id}",
|
| 227 |
+
"isPremium": True
|
| 228 |
+
},
|
| 229 |
{
|
| 230 |
"id": 3,
|
| 231 |
"name": "iPortfo",
|
|
|
|
| 233 |
"url": f"https://iportfo.netlify.app/{inserted_id}",
|
| 234 |
"isPremium": False
|
| 235 |
},
|
| 236 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
{
|
| 238 |
"id": 5,
|
| 239 |
"name": "Modern Portfolio",
|