Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def reset_legalNumbers():
|
|
| 36 |
#UIApp starts here
|
| 37 |
st.set_page_config(page_title="Python - Tic Tac Toe", page_icon=":python:")
|
| 38 |
st.header("Python - Tic Tac Toe")
|
| 39 |
-
st.text("Legal Numbers: " + " ".join(str(legal_numbers))
|
| 40 |
display_board()
|
| 41 |
|
| 42 |
user_input=get_userInput()
|
|
|
|
| 36 |
#UIApp starts here
|
| 37 |
st.set_page_config(page_title="Python - Tic Tac Toe", page_icon=":python:")
|
| 38 |
st.header("Python - Tic Tac Toe")
|
| 39 |
+
st.text("Legal Numbers: " + " ".join(str(legal_numbers)))
|
| 40 |
display_board()
|
| 41 |
|
| 42 |
user_input=get_userInput()
|