saritha commited on
Commit
23a62b0
1 Parent(s): 184a95a

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.sunheader(str(user_result[0]))
74
 
 
70
 
71
  # OUTPUT
72
  st.subheader('Price of House is : ')
73
+ st.subheader(str(user_result[0]))
74