Spaces:
Running
Running
victormiller
commited on
Commit
•
3f9ccc2
1
Parent(s):
7606154
Update web.py
Browse files
web.py
CHANGED
@@ -435,9 +435,10 @@ def web_data():
|
|
435 |
Summary("Text Extraction Examples"),
|
436 |
DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
437 |
style="""
|
438 |
-
background-color: #
|
439 |
-
border: 1px solid #
|
440 |
-
|
|
|
441 |
),
|
442 |
#DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
443 |
|
|
|
435 |
Summary("Text Extraction Examples"),
|
436 |
DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
437 |
style="""
|
438 |
+
background-color: #D3D3D3; /* Light grey background */
|
439 |
+
border: 1px solid #949494; /* Grey border */
|
440 |
+
border-radius: 12px;
|
441 |
+
""", #https://colors.muz.li/palette/d3d3d3/949494/d3d3d3/d3d3d3/949494
|
442 |
),
|
443 |
#DV2("data/sample_wet.json", "data/sample_warc.json", 3),
|
444 |
|