hidevscommunity commited on
Commit
95b3d15
·
verified ·
1 Parent(s): d35b804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def app_design():
40
  # Make a prediction when the user clicks the "Predict" button
41
  if st.button('Predict Price'):
42
  predicted_value = model_prediction(model, features)
43
- st.success(f"The Price is: {predicted_value[9:len(predicted_value)-3]}")
44
 
45
 
46
  def about_hidevs():
 
40
  # Make a prediction when the user clicks the "Predict" button
41
  if st.button('Predict Price'):
42
  predicted_value = model_prediction(model, features)
43
+ st.success(f"The Price is: {predicted_value}")
44
 
45
 
46
  def about_hidevs():