TayyabTanveer commited on
Commit
f339966
Β·
verified Β·
1 Parent(s): 122b90e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ for i, scene in enumerate(st.session_state.scenes):
75
 
76
  # Button to generate video
77
  if st.button("πŸš€ Generate Video"):
78
- if not title or not callback_id or not st.session_state.scenes:
79
  st.error("❌ Please fill in all required fields and add at least one scene!")
80
  else:
81
  # Constructing video_inputs array from scenes
 
75
 
76
  # Button to generate video
77
  if st.button("πŸš€ Generate Video"):
78
+ if not title or not st.session_state.scenes:
79
  st.error("❌ Please fill in all required fields and add at least one scene!")
80
  else:
81
  # Constructing video_inputs array from scenes