superlazycoder commited on
Commit
55e40aa
Β·
verified Β·
1 Parent(s): 4f7c546

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ st.write("Choose your move:")
34
  col1, col2, col3 = st.columns(3)
35
 
36
  with col1:
37
- if st.button("✊"):
38
  player_move = "Rock"
39
  with col2:
40
  if st.button("βœ‹"):
 
34
  col1, col2, col3 = st.columns(3)
35
 
36
  with col1:
37
+ if st.button(f'<span class="big-font">✊</span>'):
38
  player_move = "Rock"
39
  with col2:
40
  if st.button("βœ‹"):