chaphoto commited on
Commit
386d509
1 Parent(s): 0a93d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ df.rename(columns = {'MSSubClass':'MSSubClass','LotArea':'LotArea', 'OverallQual
36
 
37
 
38
  # HEADINGS
39
- st.title('House price Prediction')
40
  st.sidebar.header('Housing Data')
41
  st.subheader('Training Data Stats')
42
  st.write(df.describe())
 
36
 
37
 
38
  # HEADINGS
39
+ st.title('House Price Prediction')
40
  st.sidebar.header('Housing Data')
41
  st.subheader('Training Data Stats')
42
  st.write(df.describe())