Spaces:
Build error
Build error
Update app.py
Browse files
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 =
|
| 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)
|