Quetiento commited on
Commit
3533eab
1 Parent(s): 587d649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def page_ml():
85
  best_model = joblib.load(f"{best_model_name}.pkl")
86
  return best_model, best_model_name
87
  def main():
88
- st.title("Diamond Price Prediction App")
89
 
90
  uploaded_file = st.file_uploader("Choose a CSV file", type="csv")
91
  if uploaded_file is not None:
 
85
  best_model = joblib.load(f"{best_model_name}.pkl")
86
  return best_model, best_model_name
87
  def main():
88
+ st.title("Diamond Price Prediction")
89
 
90
  uploaded_file = st.file_uploader("Choose a CSV file", type="csv")
91
  if uploaded_file is not None: