Spaces:
Running
Running
Update web.py
Browse files
web.py
CHANGED
@@ -340,7 +340,7 @@ def web_data():
|
|
340 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
341 |
),
|
342 |
style="""
|
343 |
-
background-color: #
|
344 |
padding: 15px;
|
345 |
border-radius: 12px;
|
346 |
margin-bottom: 15px
|
@@ -732,7 +732,7 @@ def web_data():
|
|
732 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
733 |
),
|
734 |
style="""
|
735 |
-
background-color: #
|
736 |
padding: 15px;
|
737 |
border-radius: 12px;
|
738 |
margin-bottom: 15px
|
@@ -896,7 +896,7 @@ def web_data():
|
|
896 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
897 |
),
|
898 |
style="""
|
899 |
-
background-color: #
|
900 |
padding: 15px;
|
901 |
border-radius: 12px;
|
902 |
margin-bottom: 15px
|
@@ -1129,7 +1129,7 @@ def web_data():
|
|
1129 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1130 |
),
|
1131 |
style="""
|
1132 |
-
background-color: #
|
1133 |
padding: 15px;
|
1134 |
border-radius: 12px;
|
1135 |
margin-bottom: 15px
|
@@ -1236,7 +1236,7 @@ def web_data():
|
|
1236 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1237 |
),
|
1238 |
style="""
|
1239 |
-
background-color: #
|
1240 |
padding: 15px;
|
1241 |
border-radius: 12px;
|
1242 |
margin-bottom: 15px
|
@@ -1608,7 +1608,7 @@ def web_data():
|
|
1608 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1609 |
),
|
1610 |
style="""
|
1611 |
-
background-color: #
|
1612 |
padding: 15px;
|
1613 |
border-radius: 12px;
|
1614 |
margin-bottom: 15px
|
|
|
340 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
341 |
),
|
342 |
style="""
|
343 |
+
background-color: #FAEAEA; /* Light green background */
|
344 |
padding: 15px;
|
345 |
border-radius: 12px;
|
346 |
margin-bottom: 15px
|
|
|
732 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
733 |
),
|
734 |
style="""
|
735 |
+
background-color: #FAEAEA; /* Light pink background */
|
736 |
padding: 15px;
|
737 |
border-radius: 12px;
|
738 |
margin-bottom: 15px
|
|
|
896 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
897 |
),
|
898 |
style="""
|
899 |
+
background-color: #FAEAEA; /* Light pink background */
|
900 |
padding: 15px;
|
901 |
border-radius: 12px;
|
902 |
margin-bottom: 15px
|
|
|
1129 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1130 |
),
|
1131 |
style="""
|
1132 |
+
background-color: #FAEAEA; /* Light pink background */
|
1133 |
padding: 15px;
|
1134 |
border-radius: 12px;
|
1135 |
margin-bottom: 15px
|
|
|
1236 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1237 |
),
|
1238 |
style="""
|
1239 |
+
background-color: #FAEAEA; /* Light pink background */
|
1240 |
padding: 15px;
|
1241 |
border-radius: 12px;
|
1242 |
margin-bottom: 15px
|
|
|
1608 |
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1609 |
),
|
1610 |
style="""
|
1611 |
+
background-color: #FAEAEA; /* Light pink background */
|
1612 |
padding: 15px;
|
1613 |
border-radius: 12px;
|
1614 |
margin-bottom: 15px
|