eaglelandsonce commited on
Commit
eff4cfc
·
verified ·
1 Parent(s): 9c73d52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- switch_tab(2)
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