Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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 |
|