kameshwarink commited on
Commit
7bf67a7
·
verified ·
1 Parent(s): d51741d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,4 +53,4 @@ input_data = pd.DataFrame([{
53
  # Predict button
54
  if st.button("Predict"):
55
  prediction = model.predict(input_data)
56
- st.write(f"The predicted status for the customer is ${prediction[0]}")
 
53
  # Predict button
54
  if st.button("Predict"):
55
  prediction = model.predict(input_data)
56
+ st.write(f"The predicted status for the customer is {prediction[0]}")