Spaces:
Sleeping
Sleeping
neologix-p03
commited on
Commit
·
f4fcd23
1
Parent(s):
0d928f9
ADD TEMPALTES
Browse files
app.py
CHANGED
|
@@ -219,13 +219,6 @@ 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": 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",
|
|
@@ -239,23 +232,30 @@ def display_success_message(inserted_id, frontend_url):
|
|
| 239 |
"category": "professional",
|
| 240 |
"url": f"https://v0-modern-portfolio-react.vercel.app/{inserted_id}",
|
| 241 |
"isPremium": False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
},
|
| 243 |
{
|
| 244 |
-
"id":
|
| 245 |
"name": "Data Science Portfolio",
|
| 246 |
"category": "tech",
|
| 247 |
"url": f"https://v0-portfolio-web-application.vercel.app/{inserted_id}",
|
| 248 |
"isPremium": False
|
| 249 |
},
|
| 250 |
{
|
| 251 |
-
"id":
|
| 252 |
"name": "VimFolio Portfolio",
|
| 253 |
"category": "special",
|
| 254 |
-
"url": f"https://v0-dynamic-portfolio-app.vercel.app/
|
| 255 |
"isPremium": True
|
| 256 |
},
|
| 257 |
{
|
| 258 |
-
"id":
|
| 259 |
"name": "AI Portfolio",
|
| 260 |
"category": "special",
|
| 261 |
"url": f"https://v0-portfolio-data-integration.vercel.app/{inserted_id}",
|
|
|
|
| 219 |
"url": f"https://v0-recreate-figma-ui-dua1ta.vercel.app/{inserted_id}",
|
| 220 |
"isPremium": False
|
| 221 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
{
|
| 223 |
"id": 3,
|
| 224 |
"name": "iPortfo",
|
|
|
|
| 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",
|
| 239 |
+
"category": "professional",
|
| 240 |
+
"url": f"https://v0-modern-portfolio-react.vercel.app/{inserted_id}",
|
| 241 |
+
"isPremium": False
|
| 242 |
},
|
| 243 |
{
|
| 244 |
+
"id": 6, # Renumbered IDs
|
| 245 |
"name": "Data Science Portfolio",
|
| 246 |
"category": "tech",
|
| 247 |
"url": f"https://v0-portfolio-web-application.vercel.app/{inserted_id}",
|
| 248 |
"isPremium": False
|
| 249 |
},
|
| 250 |
{
|
| 251 |
+
"id": 7, # Renumbered IDs
|
| 252 |
"name": "VimFolio Portfolio",
|
| 253 |
"category": "special",
|
| 254 |
+
"url": f"https://v0-dynamic-portfolio-app.vercel.app/{inserted_id}",
|
| 255 |
"isPremium": True
|
| 256 |
},
|
| 257 |
{
|
| 258 |
+
"id": 8, # Renumbered IDs
|
| 259 |
"name": "AI Portfolio",
|
| 260 |
"category": "special",
|
| 261 |
"url": f"https://v0-portfolio-data-integration.vercel.app/{inserted_id}",
|