aashwinik commited on
Commit
1299992
·
verified ·
1 Parent(s): d0e7795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def display_board(num):
66
  col4, col5, col6 = st.columns(3)
67
  col7, col8, col9 = st.columns(3)
68
 
69
- if num = 0:
70
  with col1:
71
  st.text(st.session_state.gridNumbers[0])
72
  with col2:
 
66
  col4, col5, col6 = st.columns(3)
67
  col7, col8, col9 = st.columns(3)
68
 
69
+ if int(num) == 0:
70
  with col1:
71
  st.text(st.session_state.gridNumbers[0])
72
  with col2: