Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
|
|
131 |
with col2:
|
132 |
st.markdown(
|
133 |
f'<div style="display: flex; justify-content: center; align-items: center; height: 100%;">'
|
134 |
-
f'Page {st.session_state.page_index + 1} of {len(summ_text)}'
|
135 |
f'</div>',
|
136 |
unsafe_allow_html=True
|
137 |
)
|
|
|
131 |
with col2:
|
132 |
st.markdown(
|
133 |
f'<div style="display: flex; justify-content: center; align-items: center; height: 100%;">'
|
134 |
+
f'Page {st.session_state.page_index + 1} of {len(st.session_state.summ_text)}'
|
135 |
f'</div>',
|
136 |
unsafe_allow_html=True
|
137 |
)
|