com3dian commited on
Commit
a719c97
·
verified ·
1 Parent(s): 8deebd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>"