Gregoryjr commited on
Commit
0a3069b
·
unverified ·
1 Parent(s): c5ececb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ if con:
47
  if numbers[i] > max_num:
48
  max_num = numbers[i]
49
  max_index = i
50
- return max_index
51
  print(probs)
52
  index = find_largest_number(probs)
53
  st.write(my_list[index])
 
47
  if numbers[i] > max_num:
48
  max_num = numbers[i]
49
  max_index = i
50
+ return max_index
51
  print(probs)
52
  index = find_largest_number(probs)
53
  st.write(my_list[index])