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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def send_feedback_via_email(name, email, feedback):
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():
154
  with st.sidebar.form(key='feedback_form'):
 
148
 
149
  def clean_text(text):
150
  """Converts HTML content to Markdown format using markdownify."""
151
+ return markdownify(text, strip=['img', 'video'])
152
 
153
  def side():
154
  with st.sidebar.form(key='feedback_form'):