Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ text = st.text_area("Edit Text", summ_text[st.session_state.page_index], height=
|
|
112 |
st.markdown(render_html(text), unsafe_allow_html=True)
|
113 |
|
114 |
# Update list with edited text
|
115 |
-
summ_text[st.session_state.page_index] =
|
116 |
|
117 |
|
118 |
|
|
|
112 |
st.markdown(render_html(text), unsafe_allow_html=True)
|
113 |
|
114 |
# Update list with edited text
|
115 |
+
summ_text[st.session_state.page_index] = st.session_state.current_text
|
116 |
|
117 |
|
118 |
|