coeuslearning
commited on
Commit
•
ce33d9d
1
Parent(s):
a3fce50
Update app.py
Browse files
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("<", "<")
|
88 |
text = text.replace(">", ">")
|
89 |
return text
|
|
|
83 |
|
84 |
|
85 |
def format_for_html(text):
|
|
|
86 |
text = text.replace("<", "<")
|
87 |
text = text.replace(">", ">")
|
88 |
return text
|