Spaces:
Runtime error
Runtime error
superlazycoder
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ def determine_winner(player_move, computer_move):
|
|
30 |
st.markdown("""
|
31 |
<style>
|
32 |
button {
|
33 |
-
height:
|
34 |
-
width:
|
35 |
font-size:40px !important;
|
36 |
}
|
37 |
</style>
|
|
|
30 |
st.markdown("""
|
31 |
<style>
|
32 |
button {
|
33 |
+
height: 10rem;
|
34 |
+
width: 10rem;
|
35 |
font-size:40px !important;
|
36 |
}
|
37 |
</style>
|