Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def render_html(text):
|
|
83 |
# Create HTML list items
|
84 |
list_items = "".join([f"<li>{sentence.strip()}.</li>" for sentence in sentences if sentence.strip()])
|
85 |
|
86 |
-
summ_text[st.session_state.page_index] = text
|
87 |
|
88 |
# Wrap list items in an unordered list
|
89 |
return f"<ul>{list_items}</ul>"
|
|
|
83 |
# Create HTML list items
|
84 |
list_items = "".join([f"<li>{sentence.strip()}.</li>" for sentence in sentences if sentence.strip()])
|
85 |
|
86 |
+
# summ_text[st.session_state.page_index] = text
|
87 |
|
88 |
# Wrap list items in an unordered list
|
89 |
return f"<ul>{list_items}</ul>"
|