Spaces:
Build error
Build error
Update app.py
#4
by
Priyanka-Kumavat-At-TE
- opened
app.py
CHANGED
@@ -86,7 +86,7 @@ else:
|
|
86 |
|
87 |
|
88 |
# OUTPUT
|
89 |
-
#st.subheader('Price of
|
90 |
st.subheader(str('Rs') + str(np.round(user_result)))
|
91 |
#st.title('output')
|
92 |
#st.subheader('r2_score: ')
|
|
|
86 |
|
87 |
|
88 |
# OUTPUT
|
89 |
+
#st.subheader('Price of your Dream House is : ')
|
90 |
st.subheader(str('Rs') + str(np.round(user_result)))
|
91 |
#st.title('output')
|
92 |
#st.subheader('r2_score: ')
|