victormiller
commited on
Commit
•
316946b
1
Parent(s):
a5f43cc
Update curated.py
Browse files- curated.py +26 -26
curated.py
CHANGED
@@ -774,19 +774,19 @@ filtering_process = Div(
|
|
774 |
),
|
775 |
),
|
776 |
table_div_s2o,
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
),
|
791 |
),
|
792 |
Section(
|
@@ -826,19 +826,19 @@ filtering_process = Div(
|
|
826 |
style="margin-bottom: -3px",
|
827 |
),
|
828 |
),
|
829 |
-
Details(
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
)
|
843 |
),
|
844 |
Section(
|
|
|
774 |
),
|
775 |
),
|
776 |
table_div_s2o,
|
777 |
+
# Details(
|
778 |
+
# Summary("S2ORC Filtering Examples -- need to update"),
|
779 |
+
# Div(
|
780 |
+
# P("examples are missing"),
|
781 |
+
# style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; ", # Styling for the DV2 part
|
782 |
+
# ),
|
783 |
+
# style="""
|
784 |
+
# background-color: #FFFAEA; /* Light yellow background */
|
785 |
+
# padding: 15px;
|
786 |
+
# border-radius: 12px;
|
787 |
+
# margin-bottom: 15px
|
788 |
+
# """,
|
789 |
+
# ),
|
790 |
),
|
791 |
),
|
792 |
Section(
|
|
|
826 |
style="margin-bottom: -3px",
|
827 |
),
|
828 |
),
|
829 |
+
#Details(
|
830 |
+
# Summary("S2ORC Abstract Filtering Examples "),
|
831 |
+
# Div(
|
832 |
+
# P("examples are missing"),
|
833 |
+
# style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; ", # Styling for the DV2 part
|
834 |
+
# ),
|
835 |
+
# style="""
|
836 |
+
# background-color: #FFFAEA; /* Light yellow background */
|
837 |
+
# padding: 15px;
|
838 |
+
# border-radius: 12px;
|
839 |
+
# margin-bottom: 15px
|
840 |
+
# """,
|
841 |
+
# ),
|
842 |
)
|
843 |
),
|
844 |
Section(
|