Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ EMOJI_LIST = {
|
|
20 |
DICE_TYPES = [4, 6, 8, 10, 12, 20, 50, 100]
|
21 |
|
22 |
# Define the default number of rolls
|
23 |
-
DEFAULT_ROLLS =
|
24 |
|
25 |
# Define a function to roll dice
|
26 |
def roll_dice(num_rolls, dice_type):
|
|
|
20 |
DICE_TYPES = [4, 6, 8, 10, 12, 20, 50, 100]
|
21 |
|
22 |
# Define the default number of rolls
|
23 |
+
DEFAULT_ROLLS = 10
|
24 |
|
25 |
# Define a function to roll dice
|
26 |
def roll_dice(num_rolls, dice_type):
|