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