com3dian commited on
Commit
8cb3c2a
·
verified ·
1 Parent(s): dd69d2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = text_list[0]
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):