eaglelandsonce commited on
Commit
2325d69
1 Parent(s): bfe2402

Update app.py

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