narinsak unawong commited on
Commit
45bc0e2
·
verified ·
1 Parent(s): 516b00f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]}")