Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,9 +128,6 @@ user_input=get_userInput()
|
|
| 128 |
submit=st.button('Submit')
|
| 129 |
replay=st.button('Replay')
|
| 130 |
|
| 131 |
-
update_legalNumbers(0)
|
| 132 |
-
display_board(0)
|
| 133 |
-
|
| 134 |
#Button functionality
|
| 135 |
if submit:
|
| 136 |
response=validate_userInput(user_input)
|
|
|
|
| 128 |
submit=st.button('Submit')
|
| 129 |
replay=st.button('Replay')
|
| 130 |
|
|
|
|
|
|
|
|
|
|
| 131 |
#Button functionality
|
| 132 |
if submit:
|
| 133 |
response=validate_userInput(user_input)
|