awacke1 commited on
Commit
1cc2da1
ยท
1 Parent(s): ecc7544

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def update_dice_roll_history(dice_type, rolls):
77
 
78
 
79
  def display_dice_roll_results():
80
- download_history = st.checkbox('๐Ÿ“ฅ Download Roll History', value=False)
81
 
82
  if download_history:
83
  csv_filename = f'dice_roll_history_{st.session_state.username}.csv'
 
77
 
78
 
79
  def display_dice_roll_results():
80
+ download_history = st.checkbox('๐Ÿ“ฅ Download Roll History', value=True)
81
 
82
  if download_history:
83
  csv_filename = f'dice_roll_history_{st.session_state.username}.csv'