CarisMu commited on
Commit
e52677f
1 Parent(s): 793223e

Update web.py

Browse files
Files changed (1) hide show
  1. web.py +1 -1
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: 1px solid white; " # Styling for the DV2 part
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 */