awacke1 commited on
Commit
0e81c8d
ยท
1 Parent(s): 4927d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 100
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):