eaglelandsonce commited on
Commit
e8ecfc1
·
verified ·
1 Parent(s): 3d402f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -504,6 +504,7 @@ with tab3:
504
  # Button for actions related to the selected image
505
  if st.button("Create a New Story"):
506
  st.session_state['text_block'] = image_text_output
507
- # switch_tab(2)
 
508
 
509
 
 
504
  # Button for actions related to the selected image
505
  if st.button("Create a New Story"):
506
  st.session_state['text_block'] = image_text_output
507
+ #crewai_process(st.session_state['text_block'])
508
+ #switch_tab(1)
509
 
510