Update app.py
Browse files
app.py
CHANGED
@@ -506,6 +506,6 @@ with tab3:
|
|
506 |
# Button for actions related to the selected image
|
507 |
if st.button("Create a New Story"):
|
508 |
st.session_state['text_block'] = image_text_output
|
509 |
-
|
510 |
|
511 |
|
|
|
506 |
# Button for actions related to the selected image
|
507 |
if st.button("Create a New Story"):
|
508 |
st.session_state['text_block'] = image_text_output
|
509 |
+
# switch_tab(2)
|
510 |
|
511 |
|