Spaces:
Running
Running
Update curated.py
Browse files- curated.py +6 -9
curated.py
CHANGED
|
@@ -1000,7 +1000,12 @@ fig.update_layout(
|
|
| 1000 |
# Show the plot
|
| 1001 |
diff2_stacked_bar = fig
|
| 1002 |
|
| 1003 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1004 |
|
| 1005 |
def curated(request):
|
| 1006 |
|
|
@@ -1066,14 +1071,6 @@ def curated(request):
|
|
| 1066 |
)
|
| 1067 |
|
| 1068 |
|
| 1069 |
-
|
| 1070 |
-
freelaw_examples = Div(
|
| 1071 |
-
Div(
|
| 1072 |
-
get_freelaw_data(target=gen_random_id()),
|
| 1073 |
-
style="border: 1px solid #ccc; padding: 20px;",
|
| 1074 |
-
),
|
| 1075 |
-
)
|
| 1076 |
-
|
| 1077 |
preprocessing_steps = pd.DataFrame(
|
| 1078 |
{
|
| 1079 |
"Step": [
|
|
|
|
| 1000 |
# Show the plot
|
| 1001 |
diff2_stacked_bar = fig
|
| 1002 |
|
| 1003 |
+
freelaw_examples = Div(
|
| 1004 |
+
Div(
|
| 1005 |
+
get_freelaw_data(target=gen_random_id()),
|
| 1006 |
+
style="border: 1px solid #ccc; padding: 20px;",
|
| 1007 |
+
),
|
| 1008 |
+
)
|
| 1009 |
|
| 1010 |
def curated(request):
|
| 1011 |
|
|
|
|
| 1071 |
)
|
| 1072 |
|
| 1073 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1074 |
preprocessing_steps = pd.DataFrame(
|
| 1075 |
{
|
| 1076 |
"Step": [
|