eaglelandsonce commited on
Commit
30ec2bc
·
verified ·
1 Parent(s): 5a84131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -166,7 +166,6 @@ def main():
166
  st.write(description2)
167
 
168
 
169
-
170
  next_scene_prompt = generate_next_scene_prompt(description1, description2, claude_api_key)
171
  st.write(next_scene_prompt)
172
 
 
166
  st.write(description2)
167
 
168
 
 
169
  next_scene_prompt = generate_next_scene_prompt(description1, description2, claude_api_key)
170
  st.write(next_scene_prompt)
171