superlazycoder commited on
Commit
5db8a39
·
verified ·
1 Parent(s): a46148b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -30,10 +30,9 @@ def determine_winner(player_move, computer_move):
30
  st.markdown("""
31
  <style>
32
  button {
33
- padding-top: 50px !important;
34
- padding-bottom: 50px !important;
35
  height: 4rem;
36
  width: 4rem;
 
37
  font-size:40px !important;
38
  }
39
  </style>
 
30
  st.markdown("""
31
  <style>
32
  button {
 
 
33
  height: 4rem;
34
  width: 4rem;
35
+ color: blue;
36
  font-size:40px !important;
37
  }
38
  </style>