ibrahimnomad commited on
Commit
9b21761
1 Parent(s): b8eae3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ input_data = [
55
  # Make prediction when user submits
56
  if st.button('Predict Shot Accuracy'):
57
  probability = predict_shot_accuracy(input_data)
58
- st.write(f'The probability of making the basket is {probability:.2f}')
59
 
60
  # Display a title for the images
61
  st.write("Here are some bonus data visualizations about Kobe's Shots ⛹🏾")
 
55
  # Make prediction when user submits
56
  if st.button('Predict Shot Accuracy'):
57
  probability = predict_shot_accuracy(input_data)
58
+ st.write(f'The probability of making the basket is {probability:.2f}%.')
59
 
60
  # Display a title for the images
61
  st.write("Here are some bonus data visualizations about Kobe's Shots ⛹🏾")