Spaces:
Running
Running
victormiller
commited on
Commit
•
3396b8b
1
Parent(s):
41b9932
Update web.py
Browse files
web.py
CHANGED
@@ -8,6 +8,7 @@ import jsonlines
|
|
8 |
from data.url_blocklist import urls_high_matches, urls_false_positives
|
9 |
from data.non_web_urls import non_web_urls
|
10 |
from fasthtml.components import D_code
|
|
|
11 |
|
12 |
data_filtering_table_data = pd.DataFrame(
|
13 |
{
|
|
|
8 |
from data.url_blocklist import urls_high_matches, urls_false_positives
|
9 |
from data.non_web_urls import non_web_urls
|
10 |
from fasthtml.components import D_code
|
11 |
+
import pandas as pd
|
12 |
|
13 |
data_filtering_table_data = pd.DataFrame(
|
14 |
{
|