com3dian commited on
Commit
05ae92f
·
verified ·
1 Parent(s): 48102c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
99
  st.session_state.page_index = 0
100
 
101
  if 'summ_text' not in st.session_state:
102
- st.session_state.summ_text = format(summ_text, title_list)
103
 
104
  if 'current_text' not in st.session_state:
105
  st.session_state.current_text = st.session_state.summ_text[st.session_state.page_index]
 
99
  st.session_state.page_index = 0
100
 
101
  if 'summ_text' not in st.session_state:
102
+ st.session_state.summ_text = format(title_list, summ_text)
103
 
104
  if 'current_text' not in st.session_state:
105
  st.session_state.current_text = st.session_state.summ_text[st.session_state.page_index]