Spaces:
Runtime error
Runtime error
Update curated.py
Browse files- curated.py +1 -3
curated.py
CHANGED
|
@@ -760,9 +760,7 @@ def curated(request):
|
|
| 760 |
or modules dedicated to the dataset.""")
|
| 761 |
|
| 762 |
data_preparation_div = Div(
|
| 763 |
-
H2("
|
| 764 |
-
text,
|
| 765 |
-
table_div,
|
| 766 |
Div(
|
| 767 |
get_data(target=gen_random_id()),
|
| 768 |
style="border: 1px solid #ccc; padding: 20px;",
|
|
|
|
| 760 |
or modules dedicated to the dataset.""")
|
| 761 |
|
| 762 |
data_preparation_div = Div(
|
| 763 |
+
H2("examples"),
|
|
|
|
|
|
|
| 764 |
Div(
|
| 765 |
get_data(target=gen_random_id()),
|
| 766 |
style="border: 1px solid #ccc; padding: 20px;",
|