com3dian commited on
Commit
380962e
·
verified ·
1 Parent(s): 0ed5911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with col1:
98
  with col3:
99
  st.button("Next", on_click=turn_page, args=("next",))
100
  with col2:
101
- st.write(f"Page {st.session_state.page_index + 1} of {len(text_list)}")
102
 
103
  # Display editable text box
104
  text = st.text_area("Edit Text", summ_text[st.session_state.page_index], height=200)
 
98
  with col3:
99
  st.button("Next", on_click=turn_page, args=("next",))
100
  with col2:
101
+ st.write(f"Page {st.session_state.page_index + 1} of {len(summ_text)}")
102
 
103
  # Display editable text box
104
  text = st.text_area("Edit Text", summ_text[st.session_state.page_index], height=200)