Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -166,6 +166,7 @@ def main():
|
|
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 |
|
|
|
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 |
|