saritha commited on
Commit
af5a179
1 Parent(s): 7f35c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,10 +27,10 @@ lr.fit(X_train,y_train)
27
 
28
  # FUNCTION
29
  def user_report():
30
- Income = st.sidebar.slider('Income', 50000,107701, 18000 )
31
  House_age = st.sidebar.slider('House_age', 2,10, 4 )
32
  No_rooms = st.sidebar.slider('No_rooms', 3,11, 5 )
33
- population = st.sidebar.slider('population', 30000,70000, 5000 )
34
 
35
 
36
  user_report_data = {
 
27
 
28
  # FUNCTION
29
  def user_report():
30
+ Income = st.sidebar.slider('Income', 50000,107701, 58000 )
31
  House_age = st.sidebar.slider('House_age', 2,10, 4 )
32
  No_rooms = st.sidebar.slider('No_rooms', 3,11, 5 )
33
+ population = st.sidebar.slider('population', 30000,70000, 50000 )
34
 
35
 
36
  user_report_data = {