Spaces:
Sleeping
Sleeping
Update pages/comps_data.py
Browse files- pages/comps_data.py +1 -1
pages/comps_data.py
CHANGED
|
@@ -126,7 +126,7 @@ def main():
|
|
| 126 |
with col_2_3:
|
| 127 |
st.button("Right Button")
|
| 128 |
if option == ":rainbow[On]":
|
| 129 |
-
col_3_1, col_3_2,
|
| 130 |
with col_3_1:
|
| 131 |
df = pd.read_csv("market_underwriting_pred.csv", encoding='utf-8')
|
| 132 |
df.insert(loc=0, column='Select rows', value=[False]*len(df))
|
|
|
|
| 126 |
with col_2_3:
|
| 127 |
st.button("Right Button")
|
| 128 |
if option == ":rainbow[On]":
|
| 129 |
+
col_3_1, col_3_2, col_3_3 = st.columns([5,1,5])
|
| 130 |
with col_3_1:
|
| 131 |
df = pd.read_csv("market_underwriting_pred.csv", encoding='utf-8')
|
| 132 |
df.insert(loc=0, column='Select rows', value=[False]*len(df))
|