Skip to content

Commit

Permalink
Black formatted puf_imputation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Oct 4, 2024
1 parent 2a47350 commit af6440d
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,12 @@ def load_model():
mars = st.selectbox(
"MARS",
[
"SINGLE", "JOINT", "SURVIVING_SPOUSE", "SEPARATE",
"HEAD_OF_HOUSEHOLD"
]
"SINGLE",
"JOINT",
"SURVIVING_SPOUSE",
"SEPARATE",
"HEAD_OF_HOUSEHOLD",
],
)
child_dependents = st.number_input(
"Child dependents", min_value=0, max_value=10, value=0
Expand Down

0 comments on commit af6440d

Please sign in to comment.