shukdevdatta123 commited on
Commit
f414108
·
verified ·
1 Parent(s): 580e1c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")