Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|