ayethuzar commited on
Commit
931c9b2
·
unverified ·
1 Parent(s): 112e77e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -17,10 +17,12 @@ np.random.seed(42)
17
 
18
  st.markdown("<body style ='color:#E2E0D9;'></body>", unsafe_allow_html=True)
19
 
20
- st.markdown("<h4 style='text-align: center; color: #1B9E91;'>House Price Prediction in Ames,Iowa</h4>", unsafe_allow_html=True)
21
 
22
  st.markdown("<h5 style='text-align: center; color: #1B9E91;'>Optuna optimized LGBM model to estimate the range of house prices based on your selection. </h5>", unsafe_allow_html=True)
23
 
 
 
24
  name_list = [
25
  'OverallQual',
26
  'YearBuilt',
 
17
 
18
  st.markdown("<body style ='color:#E2E0D9;'></body>", unsafe_allow_html=True)
19
 
20
+ st.markdown("<h4 style='text-align: center; color: #1B9E91;'>House Price Prediction in Ames, Iowa</h4>", unsafe_allow_html=True)
21
 
22
  st.markdown("<h5 style='text-align: center; color: #1B9E91;'>Optuna optimized LGBM model to estimate the range of house prices based on your selection. </h5>", unsafe_allow_html=True)
23
 
24
+ st.write("[link to the categorical encoding](https://github.com/aye-thuzar/CS634Project/edit/main/docs.md)")
25
+
26
  name_list = [
27
  'OverallQual',
28
  'YearBuilt',