Wajahat698 commited on
Commit
f289842
·
verified ·
1 Parent(s): ee37b61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -592,7 +592,7 @@ if prompt :
592
  full_response= replace_terms(full_response)
593
 
594
  markdown_text = convert_html_to_markdown(full_response)
595
- cleaned_text = clean_text(markdown_text)
596
 
597
 
598
  #cleaned_text = re.sub(r'</span>', '', cleaned_text)
 
592
  full_response= replace_terms(full_response)
593
 
594
  markdown_text = convert_html_to_markdown(full_response)
595
+ cleaned_text = clean_html_text(markdown_text)
596
 
597
 
598
  #cleaned_text = re.sub(r'</span>', '', cleaned_text)