Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def display_rainbow_coloring():
|
|
70 |
st.pyplot(plt)
|
71 |
|
72 |
elif option == "Create your own":
|
73 |
-
nnodes = st.number_input("Number of nodes:", min_value=2, max_value=50, value=13)
|
74 |
|
75 |
# Allow users to create their own color map
|
76 |
red = st.color_picker("Select a color for Red (1)", "#ff0000")
|
|
|
70 |
st.pyplot(plt)
|
71 |
|
72 |
elif option == "Create your own":
|
73 |
+
nnodes = st.number_input("Number of nodes (max=14):", min_value=2, max_value=50, value=13)
|
74 |
|
75 |
# Allow users to create their own color map
|
76 |
red = st.color_picker("Select a color for Red (1)", "#ff0000")
|