saritha commited on
Commit
9bead7d
1 Parent(s): 652a1c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ else:
87
 
88
  # OUTPUT
89
  #st.subheader('Price of House your Dream House is : ')
90
- st.subheader(str('Rs') + str(user_result))
91
  #st.title('output')
92
  #st.subheader('r2_score: ')
93
  #st.write(str(r2_score(y_test, lr.predict(x_test))*100)+'%')
 
87
 
88
  # OUTPUT
89
  #st.subheader('Price of House your Dream House is : ')
90
+ st.subheader(str('Rs') + str(np.round(user_result)))
91
  #st.title('output')
92
  #st.subheader('r2_score: ')
93
  #st.write(str(r2_score(y_test, lr.predict(x_test))*100)+'%')