Update web.py
Browse files
web.py
CHANGED
@@ -298,7 +298,7 @@ def web_data():
|
|
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:
|
302 |
),
|
303 |
style="""
|
304 |
background-color: #F0F8FF; /* Light blue background */
|
|
|
298 |
Summary("Text Extraction Examples"),
|
299 |
Div(
|
300 |
DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
301 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
302 |
),
|
303 |
style="""
|
304 |
background-color: #F0F8FF; /* Light blue background */
|