rairo commited on
Commit
91b4722
·
verified ·
1 Parent(s): 9ddadf3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -828,7 +828,7 @@ def view_projects():
828
  "generation_times": story_record.get("generation_times", {}),
829
  "created_at": story_record.get("created_at", ""),
830
  "input_type": story_record.get("input_type", ""),
831
- "input_params": story_record.get("input_params", {})
832
  "story_type": story_record.get("story_type", ""),
833
  "video_url": story_record.get("video_url", "") # Include video URL if present
834
  }
 
828
  "generation_times": story_record.get("generation_times", {}),
829
  "created_at": story_record.get("created_at", ""),
830
  "input_type": story_record.get("input_type", ""),
831
+ "input_params": story_record.get("input_params", {}),
832
  "story_type": story_record.get("story_type", ""),
833
  "video_url": story_record.get("video_url", "") # Include video URL if present
834
  }