Spaces:
Sleeping
Sleeping
Rivalcoder
commited on
Commit
·
3d621e5
1
Parent(s):
29d765c
[Edit]
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ class ProductSchema(pw.Schema):
|
|
19 |
ratings: dict
|
20 |
createdAt: str
|
21 |
updatedAt: str
|
22 |
-
promoCopy:
|
23 |
|
24 |
cache = {}
|
25 |
cache_lock = threading.Lock()
|
|
|
19 |
ratings: dict
|
20 |
createdAt: str
|
21 |
updatedAt: str
|
22 |
+
promoCopy: str
|
23 |
|
24 |
cache = {}
|
25 |
cache_lock = threading.Lock()
|