Spaces:
Runtime error
Runtime error
victormiller
commited on
Commit
•
7606154
1
Parent(s):
c790d40
Update web.py
Browse files
web.py
CHANGED
@@ -434,6 +434,10 @@ def web_data():
|
|
434 |
Details(
|
435 |
Summary("Text Extraction Examples"),
|
436 |
DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
|
|
|
|
|
|
|
|
437 |
),
|
438 |
#DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
439 |
|
|
|
434 |
Details(
|
435 |
Summary("Text Extraction Examples"),
|
436 |
DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
437 |
+
style="""
|
438 |
+
background-color: #d4edda; /* Light green background */
|
439 |
+
border: 1px solid #c3e6cb; /* Green border */
|
440 |
+
""",
|
441 |
),
|
442 |
#DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
443 |
|