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