Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
|
|
86 |
def format(title_list, text_list):
|
87 |
format_list = []
|
88 |
for index, text in enumerate(text_list):
|
89 |
-
title = "##" + title_list[index] + "\n"
|
90 |
# Split text by periods
|
91 |
sentences = text.split('.')
|
92 |
# Create HTML list items
|
|
|
86 |
def format(title_list, text_list):
|
87 |
format_list = []
|
88 |
for index, text in enumerate(text_list):
|
89 |
+
title = "## " + title_list[index] + "\n"
|
90 |
# Split text by periods
|
91 |
sentences = text.split('.')
|
92 |
# Create HTML list items
|