rairo commited on
Commit
9ddadf3
·
verified ·
1 Parent(s): 08a5383

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -828,6 +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
  "story_type": story_record.get("story_type", ""),
832
  "video_url": story_record.get("video_url", "") # Include video URL if present
833
  }
 
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
  }