Cristóbal Hernández commited on
Commit
caeebc0
·
1 Parent(s): 4574187

Add application file

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -129,7 +129,15 @@ def remove_non_ascii(text):
129
 
130
 
131
 
132
- article_text = "Placeholder text"
 
 
 
 
 
 
 
 
133
 
134
  # Apply the function to your Markdown strings
135
 
 
129
 
130
 
131
 
132
+ article_text = """
133
+
134
+ **Placeholder text:**
135
+ Text text.
136
+
137
+ **place**
138
+ Text.
139
+
140
+ """
141
 
142
  # Apply the function to your Markdown strings
143