coeuslearning commited on
Commit
a3fce50
·
1 Parent(s): 6d4301b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -84,7 +84,6 @@ def generate(
84
 
85
  def format_for_html(text):
86
  text = text.replace(" ", " ")
87
- text = text.replace("\n", "")
88
  text = text.replace("<", "&lt;")
89
  text = text.replace(">", "&gt;")
90
  return text
 
84
 
85
  def format_for_html(text):
86
  text = text.replace(" ", "&nbsp;")
 
87
  text = text.replace("<", "&lt;")
88
  text = text.replace(">", "&gt;")
89
  return text