superlazycoder commited on
Commit
2adcb25
1 Parent(s): 6f49cc3

Update app.py

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