Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import numpy as np
|
3 |
import plotly.graph_objects as go
|
4 |
|
5 |
-
st.title('Dice
|
6 |
|
7 |
def generate_fractal(num_rolls):
|
8 |
rolls = [np.random.randint(1, 7) for i in range(num_rolls)]
|
|
|
2 |
import numpy as np
|
3 |
import plotly.graph_objects as go
|
4 |
|
5 |
+
st.title('Hexagon-Dice-Fractal-Math-Game')
|
6 |
|
7 |
def generate_fractal(num_rolls):
|
8 |
rolls = [np.random.randint(1, 7) for i in range(num_rolls)]
|