Spaces:
Sleeping
Sleeping
Update pages/comps_data.py
Browse files- pages/comps_data.py +2 -6
pages/comps_data.py
CHANGED
|
@@ -129,12 +129,8 @@ def main():
|
|
| 129 |
|
| 130 |
col_3_1, col_3_2 = st.columns(2)
|
| 131 |
with col_3_1:
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
"widgets": ["st.selectbox", "st.number_input", "st.text_area", "st.button"],
|
| 135 |
-
"favorite": [True, False, False, True],
|
| 136 |
-
}
|
| 137 |
-
)
|
| 138 |
|
| 139 |
st.data_editor(
|
| 140 |
df_data,
|
|
|
|
| 129 |
|
| 130 |
col_3_1, col_3_2 = st.columns(2)
|
| 131 |
with col_3_1:
|
| 132 |
+
df = pd.read_csv("market_underwriting_pred.csv", encoding='utf-8')
|
| 133 |
+
df.insert(loc=0, column='Select rows', value=[False]*len(df))
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
|
| 135 |
st.data_editor(
|
| 136 |
df_data,
|