Photon08 commited on
Commit
6d604b5
·
1 Parent(s): 201685d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def main():
88
  ai_choice_var = ai_choice()
89
  ai_choice_front_end = "AI has selected: " + ai_choice_var
90
  st.code(ai_choice_front_end)
91
- if (user_input)>0:
92
  winner_name = winner(user_input,ai_choice_var)
93
  if len(winner_name)!=0:
94
  with st.container():
 
88
  ai_choice_var = ai_choice()
89
  ai_choice_front_end = "AI has selected: " + ai_choice_var
90
  st.code(ai_choice_front_end)
91
+ if len(user_input)>0:
92
  winner_name = winner(user_input,ai_choice_var)
93
  if len(winner_name)!=0:
94
  with st.container():