AayushKumarSah commited on
Commit
03e3f43
·
verified ·
1 Parent(s): 176f814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ if st.session_state.selected_genre:
159
  if i < len(st.session_state.story_history) - 1:
160
  st.divider()
161
 
162
- if st.session_state.step_count < 6:
163
  st.subheader("🔮 Choose the next step:")
164
  for option in st.session_state.story_options:
165
  if st.button(option):
 
159
  if i < len(st.session_state.story_history) - 1:
160
  st.divider()
161
 
162
+ if st.session_state.step_count < 9:
163
  st.subheader("🔮 Choose the next step:")
164
  for option in st.session_state.story_options:
165
  if st.button(option):