Spaces:
Sleeping
Sleeping
Update pages/skull_king.py
Browse files- pages/skull_king.py +1 -1
pages/skull_king.py
CHANGED
|
@@ -72,7 +72,7 @@ def _game_phase():
|
|
| 72 |
round_scores[player] = st.number_input(
|
| 73 |
player,
|
| 74 |
value=0,
|
| 75 |
-
step=
|
| 76 |
key=f"sk_input_r{next_round}_{player}",
|
| 77 |
)
|
| 78 |
|
|
|
|
| 72 |
round_scores[player] = st.number_input(
|
| 73 |
player,
|
| 74 |
value=0,
|
| 75 |
+
step=10,
|
| 76 |
key=f"sk_input_r{next_round}_{player}",
|
| 77 |
)
|
| 78 |
|