Commit
·
a3fce50
1
Parent(s):
6d4301b
Update app.py
Browse files
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("<", "<")
|
89 |
text = text.replace(">", ">")
|
90 |
return text
|
|
|
84 |
|
85 |
def format_for_html(text):
|
86 |
text = text.replace(" ", " ")
|
|
|
87 |
text = text.replace("<", "<")
|
88 |
text = text.replace(">", ">")
|
89 |
return text
|