Spaces:
Running
Running
Update app.py
Browse files
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 <
|
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):
|