eaglelandsonce commited on
Commit
fc6ae76
1 Parent(s): 0b2ec20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -523,7 +523,7 @@ with tab3:
523
  # Button for actions related to the selected image
524
  if st.button("Create a New Story"):
525
  st.session_state['text_block'] = image_text_output
526
- crewai_process(st.session_state['text_block'])
527
  switch_tab(tabs[0])
528
 
529
 
 
523
  # Button for actions related to the selected image
524
  if st.button("Create a New Story"):
525
  st.session_state['text_block'] = image_text_output
526
+ crewai_process(image_text_output)
527
  switch_tab(tabs[0])
528
 
529