kousthubh AayushKumarSah commited on
Commit
df66e8f
·
verified ·
1 Parent(s): 176f814

Update app.py (#1)

Browse files

- Update app.py (03e3f4337b59f5c10248e804110deb03c0dac829)


Co-authored-by: Aayush Kumar <AayushKumarSah@users.noreply.huggingface.co>

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):