hlydecker commited on
Commit
0f61c06
1 Parent(s): 61bcd15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import subprocess
3
  import json
4
- import BeautifulSoup
5
 
6
  def strip_html_tags(html_text):
7
  # Use BeautifulSoup to parse and clean HTML content
 
1
  import gradio as gr
2
  import subprocess
3
  import json
4
+ from bs4 import BeautifulSoup
5
 
6
  def strip_html_tags(html_text):
7
  # Use BeautifulSoup to parse and clean HTML content