Spaces:
Sleeping
Sleeping
narinsak unawong
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,4 @@ prediction = pipeline.predict(input_data)
|
|
69 |
|
70 |
# Display prediction
|
71 |
st.subheader('Prediction')
|
72 |
-
st.write(f"Predicted Penguin Species: {prediction[0]}"
|
|
|
69 |
|
70 |
# Display prediction
|
71 |
st.subheader('Prediction')
|
72 |
+
st.write(f"Predicted Penguin Species: {prediction[0]}")
|