sgbaird commited on
Commit
811d699
·
1 Parent(s): 569aba1

test-fan as default id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with st.form("mqtt_form"):
47
  )
48
 
49
  # User input for the Pico ID
50
- PICO_ID = st.text_input("Enter your Pico ID:", "test", type="password")
51
 
52
  # Sliders for speed values
53
  speed = st.slider("Select the Speed value:", min_value=0, max_value=100, value=0)
 
47
  )
48
 
49
  # User input for the Pico ID
50
+ PICO_ID = st.text_input("Enter your Pico ID:", "test-fan", type="password")
51
 
52
  # Sliders for speed values
53
  speed = st.slider("Select the Speed value:", min_value=0, max_value=100, value=0)