Spaces:
Sleeping
Sleeping
Update pages/comps_data.py
Browse files- pages/comps_data.py +0 -3
pages/comps_data.py
CHANGED
|
@@ -134,9 +134,6 @@ if option == ":rainbow[On]":
|
|
| 134 |
df_data_checkbox,
|
| 135 |
column_config={
|
| 136 |
"Select rows": st.column_config.CheckboxColumn(required=True),
|
| 137 |
-
help="Select your **favorite** widgets",
|
| 138 |
-
default=False,
|
| 139 |
-
)
|
| 140 |
},
|
| 141 |
disabled=["widgets"],
|
| 142 |
hide_index=True,
|
|
|
|
| 134 |
df_data_checkbox,
|
| 135 |
column_config={
|
| 136 |
"Select rows": st.column_config.CheckboxColumn(required=True),
|
|
|
|
|
|
|
|
|
|
| 137 |
},
|
| 138 |
disabled=["widgets"],
|
| 139 |
hide_index=True,
|