Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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
|
|
|
|
| 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]}")
|