Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import re
|
|
| 5 |
from tinydb import TinyDB, Query
|
| 6 |
import datetime
|
| 7 |
from bs4 import BeautifulSoup
|
|
|
|
| 8 |
|
| 9 |
def is_valid_html(html):
|
| 10 |
with warnings.catch_warnings(record=True) as w:
|
|
|
|
| 5 |
from tinydb import TinyDB, Query
|
| 6 |
import datetime
|
| 7 |
from bs4 import BeautifulSoup
|
| 8 |
+
import warnings
|
| 9 |
|
| 10 |
def is_valid_html(html):
|
| 11 |
with warnings.catch_warnings(record=True) as w:
|