chaphoto commited on
Commit
64282dd
1 Parent(s): 99badbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ x_train, x_test, y_train, y_test = train_test_split(x,y, test_size = 0.2, random
131
 
132
  # FUNCTION
133
  def user_report():
134
- MSSubClass = st.sidebar.slider('MSSubClass', 0,60, 200 )
135
  LotArea = st.sidebar.slider('LotArea', 0,5,10 )
136
  OverallQual = st.sidebar.slider('OverallQual', 0,5, 10 )
137
  OverallCond = st.sidebar.slider('OverallCond', 2,7, 3 )
 
131
 
132
  # FUNCTION
133
  def user_report():
134
+ MSSubClass = st.sidebar.slider('MSSubClass', 0,60, 200 )
135
  LotArea = st.sidebar.slider('LotArea', 0,5,10 )
136
  OverallQual = st.sidebar.slider('OverallQual', 0,5, 10 )
137
  OverallCond = st.sidebar.slider('OverallCond', 2,7, 3 )