Tapanat commited on
Commit
8a5cdbf
1 Parent(s): 2b32d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def main():
21
 
22
  st.success('The predicted color is {}'.format(predicted_Color))
23
 
24
- def predict_Color(prediction):
25
  if prediction == 'Red':
26
  return 'Red'
27
  elif prediction == 'Blue':
 
21
 
22
  st.success('The predicted color is {}'.format(predicted_Color))
23
 
24
+ def predict_color(prediction):
25
  if prediction == 'Red':
26
  return 'Red'
27
  elif prediction == 'Blue':