Cristóbal Hernández commited on
Commit
3a93c41
·
1 Parent(s): cffd54b

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def remove_non_ascii(text):
129
 
130
 
131
 
132
- article_text = "Just a placeholder text"
133
 
134
  # Apply the function to your Markdown strings
135
 
 
129
 
130
 
131
 
132
+ article_text = "## Is this working as markdown? \n Hopefully"
133
 
134
  # Apply the function to your Markdown strings
135