Spaces:
Running
Running
Update app.py
Browse files
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",
|