coeuslearning commited on
Commit
ce33d9d
1 Parent(s): a3fce50

Update app.py

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