Update app.py
Browse files
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 |
-
#
|
|
|
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 |
|