sgbaird commited on
Commit
c576b0d
1 Parent(s): 8fe8ede

chore: Update upper limit for RGB power levels in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ max_value = round(max_power * 255)
42
 
43
  # Information about the maximum power reduction
44
  st.info(
45
- f"The upper limit for RGB power levels has been set to {max_value} instead of 255. NeoPixels can get very bright 😎"
46
  )
47
 
48
  # Sliders for RGB values
 
42
 
43
  # Information about the maximum power reduction
44
  st.info(
45
+ f"The upper limit for RGB power levels has been set to {max_value} instead of 255. NeoPixels are bright 😎"
46
  )
47
 
48
  # Sliders for RGB values