chaphoto commited on
Commit
5bf2496
1 Parent(s): 7bb60c9

Update app.py

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