Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def execute_order(product, price: int):
|
|
50 |
def look_up_item(search_query):
|
51 |
"""Use to find item ID.
|
52 |
Search query can be a description or keywords."""
|
53 |
-
item_id = "
|
54 |
print("Found item:", item_id)
|
55 |
return item_id
|
56 |
|
|
|
50 |
def look_up_item(search_query):
|
51 |
"""Use to find item ID.
|
52 |
Search query can be a description or keywords."""
|
53 |
+
item_id = "item_13261293"
|
54 |
print("Found item:", item_id)
|
55 |
return item_id
|
56 |
|