saritha commited on
Commit
184a95a
·
1 Parent(s): af5a179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ else:
70
 
71
  # OUTPUT
72
  st.subheader('Price of House is : ')
73
- st.write(str(user_result))
74
 
 
70
 
71
  # OUTPUT
72
  st.subheader('Price of House is : ')
73
+ st.sunheader(str(user_result[0]))
74