selamw commited on
Commit
e9c8efa
·
verified ·
1 Parent(s): 3f2b2d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def convert_to_markdown(input_text):
32
 
33
  # Bold the keywords
34
  for word in bold_words:
35
- content = content.replace(word, f'\n**{word}**\n')
36
 
37
  # Construct the Markdown output with headings
38
  formatted_output = f"** {title} **\n{content}"
 
32
 
33
  # Bold the keywords
34
  for word in bold_words:
35
+ content = content.replace(word, f'\n**{word}\n')
36
 
37
  # Construct the Markdown output with headings
38
  formatted_output = f"** {title} **\n{content}"