selamw commited on
Commit
0d326cf
·
verified ·
1 Parent(s): 7da6f8a

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
  # Bold the keywords
33
  for word in bold_words:
34
  content = content.replace(word, f'\n**{word}**\n')
35
- # content = content.replace(f'** ', f' ')
36
 
37
  # Construct the Markdown output with headings
38
  formatted_output = f"**{title}{content}"
 
32
  # Bold the keywords
33
  for word in bold_words:
34
  content = content.replace(word, f'\n**{word}**\n')
35
+ content = content.replace(f'** ', f' ')
36
 
37
  # Construct the Markdown output with headings
38
  formatted_output = f"**{title}{content}"