bigghuggs commited on
Commit
f6f1b64
·
verified ·
1 Parent(s): adc4da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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]