Spaces:
Runtime error
Runtime error
Dripto Saha
commited on
Updated appFile # tkinterRem and CodeChange
Browse files
app.py
CHANGED
|
@@ -229,9 +229,9 @@ def main():
|
|
| 229 |
#********************************************************
|
| 230 |
|
| 231 |
if moves==7:
|
| 232 |
-
if st.session_state.board[0
|
| 233 |
|
| 234 |
-
st.session_state.board[0
|
| 235 |
|
| 236 |
userFlag=validate(st.session_state.board)
|
| 237 |
|
|
|
|
| 229 |
#********************************************************
|
| 230 |
|
| 231 |
if moves==7:
|
| 232 |
+
if st.session_state.board[2,0]==psi: #for one time initialization-->1 time selection
|
| 233 |
|
| 234 |
+
st.session_state.board[2,0]=getRandom()
|
| 235 |
|
| 236 |
userFlag=validate(st.session_state.board)
|
| 237 |
|