com3dian commited on
Commit
2e52433
·
verified ·
1 Parent(s): 05ae92f

Update app.py

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