Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ if 'page_index' not in st.session_state:
|
|
90 |
st.session_state.page_index = 0
|
91 |
|
92 |
if 'current_text' not in st.session_state:
|
93 |
-
st.session_state.current_text =
|
94 |
|
95 |
# Function to handle page turn
|
96 |
def turn_page(direction):
|
|
|
90 |
st.session_state.page_index = 0
|
91 |
|
92 |
if 'current_text' not in st.session_state:
|
93 |
+
st.session_state.current_text = summ_text[0]
|
94 |
|
95 |
# Function to handle page turn
|
96 |
def turn_page(direction):
|