shangab commited on
Commit
7f6e555
1 Parent(s): 810023a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def predict_price(clarity, cut, color, carat, depth, table, x, y, z):
51
  st.image("logo.png", width=64)
52
  st.title('Diamonds Prices Prediction')
53
  st.subheader(
54
- 'Please read about the dataset that we used to build the model on the side menu.')
55
 
56
 
57
  col1, col2, col3 = st.columns(3)
 
51
  st.image("logo.png", width=64)
52
  st.title('Diamonds Prices Prediction')
53
  st.subheader(
54
+ 'Please read about the dataset that we used to build the model on the side menu. Model on: XGBRegressor: 0.9812 accuracy.")')
55
 
56
 
57
  col1, col2, col3 = st.columns(3)