Spaces:
Runtime error
Runtime error
superlazycoder
commited on
Commit
•
2adcb25
1
Parent(s):
6f49cc3
Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,9 @@ 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>
|
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)
|