Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|