Wajahat698 commited on
Commit
321aa77
·
verified ·
1 Parent(s): ec7d7e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def send_feedback_via_email(name, email, feedback):
147
 
148
 
149
  def clean_text(text):
150
- """Converts HTML content to Markdown format using markdownify."""
151
  return markdownify(html_content, strip=['img', 'video'])
152
 
153
  def side():
 
147
 
148
 
149
  def clean_text(text):
150
+ """Converts HTML content to Markdown format using markdownify."""
151
  return markdownify(html_content, strip=['img', 'video'])
152
 
153
  def side():