Photon08 commited on
Commit
ef7c62b
·
1 Parent(s): 5011688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def main():
90
  st.code(ai_choice_front_end)
91
  winner_name = winner(user_input,ai_choice_var)
92
 
93
- if len(winner_0name)!=0:
94
  with st.container():
95
  if winner_name == "Player 1":
96
 
 
90
  st.code(ai_choice_front_end)
91
  winner_name = winner(user_input,ai_choice_var)
92
 
93
+ if len(winner_name)!=0:
94
  with st.container():
95
  if winner_name == "Player 1":
96