Update web.py
Browse files
web.py
CHANGED
@@ -296,8 +296,10 @@ def web_data():
|
|
296 |
|
297 |
Details(
|
298 |
Summary("Text Extraction Examples"),
|
299 |
-
|
300 |
-
|
|
|
|
|
301 |
style="""
|
302 |
background-color: #F0F8FF; /* Light blue background */
|
303 |
padding: 15px;
|
|
|
296 |
|
297 |
Details(
|
298 |
Summary("Text Extraction Examples"),
|
299 |
+
Div(
|
300 |
+
DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
301 |
+
style="background-color: white; padding: 10px; border-radius: 8px; border: 1px solid white; " # Styling for the DV2 part
|
302 |
+
),
|
303 |
style="""
|
304 |
background-color: #F0F8FF; /* Light blue background */
|
305 |
padding: 15px;
|