awacke1 commited on
Commit
f1fdf91
ยท
1 Parent(s): d29f19d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  import pandas as pd
4
  import plotly.express as px
5
 
6
- st.title('Random Dice Games for STEM Math and Data Science')
7
 
8
  # Get user input for the number of dice rolls
9
  num_rolls = st.slider('How many times do you want to roll the dice?', 1, 1000000, 1000)
 
3
  import pandas as pd
4
  import plotly.express as px
5
 
6
+ st.title('Random ๐ŸŽฒDice๐ŸŽฒ Games for STEM Math and Data Science')
7
 
8
  # Get user input for the number of dice rolls
9
  num_rolls = st.slider('How many times do you want to roll the dice?', 1, 1000000, 1000)