Gigishot commited on
Commit
b4f043d
·
verified ·
1 Parent(s): b68d6b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def index():
71
  if result.startswith("Error"):
72
  error = result
73
  else:
74
- paragraph = result
75
 
76
  return render_template(
77
  "index.html",
 
71
  if result.startswith("Error"):
72
  error = result
73
  else:
74
+ paragraph = markdown.markdown(result)
75
 
76
  return render_template(
77
  "index.html",