Update app.py
Browse files
app.py
CHANGED
|
@@ -562,12 +562,12 @@ def updateItemDisplay(seshid, budget=False, pallete_change=False):
|
|
| 562 |
print('dump_text_gen: ', responses)"""
|
| 563 |
|
| 564 |
|
| 565 |
-
item_locator_data = content['item_locator_data']
|
| 566 |
responses = content['responses']
|
| 567 |
items = content['items']
|
| 568 |
number_of_items = min(max(content['number_of_items'], 3), 7)
|
| 569 |
room_type = content['room_type']
|
| 570 |
-
video_format = content['video_format']
|
| 571 |
|
| 572 |
formats = ['Youtube Long-Form', 'Youtube Short-Form', 'Facebook Long-Form', 'Instagram Reel', 'Tiktok', 'LinkedIn']
|
| 573 |
number_of_items = [7, 3, 7, 3, 3, 7]
|
|
|
|
| 562 |
print('dump_text_gen: ', responses)"""
|
| 563 |
|
| 564 |
|
| 565 |
+
"""item_locator_data = content['item_locator_data']
|
| 566 |
responses = content['responses']
|
| 567 |
items = content['items']
|
| 568 |
number_of_items = min(max(content['number_of_items'], 3), 7)
|
| 569 |
room_type = content['room_type']
|
| 570 |
+
video_format = content['video_format']"""
|
| 571 |
|
| 572 |
formats = ['Youtube Long-Form', 'Youtube Short-Form', 'Facebook Long-Form', 'Instagram Reel', 'Tiktok', 'LinkedIn']
|
| 573 |
number_of_items = [7, 3, 7, 3, 3, 7]
|