Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def get_userInput():
|
|
| 14 |
return input
|
| 15 |
|
| 16 |
def validate_userInput(user_input):
|
| 17 |
-
user_input = int(user_input)
|
| 18 |
if user_input.isdigit():
|
| 19 |
if int(user_input) >= 1 and int(user_input) <= 9:
|
| 20 |
#if int(user_input) in st.session_state.legal_numbers:
|
|
|
|
| 14 |
return input
|
| 15 |
|
| 16 |
def validate_userInput(user_input):
|
| 17 |
+
#user_input = int(user_input)
|
| 18 |
if user_input.isdigit():
|
| 19 |
if int(user_input) >= 1 and int(user_input) <= 9:
|
| 20 |
#if int(user_input) in st.session_state.legal_numbers:
|