Spaces:
Running
Running
Update app.py (#1)
Browse files- Update app.py (03e3f4337b59f5c10248e804110deb03c0dac829)
Co-authored-by: Aayush Kumar <[email protected]>
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):
|