linx5o commited on
Commit
1bfc16c
·
1 Parent(s): 908dd8a

updated secret name

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -41,11 +41,11 @@ if use_custom_credentials:
41
 
42
  submit_button = st.form_submit_button("Connect")
43
  else:
44
- hivemq_host = os.getenv("HIVEMQ_HOST")
45
- hivemq_username = os.getenv("HIVEMQ_USERNAME")
46
- hivemq_password = os.getenv("HIVEMQ_PASSWORD")
47
- hivemq_port = os.getenv("HIVEMQ_PORT")
48
- reactor = os.getenv("REACTOR")
49
 
50
  # button to submit the form
51
  if st.session_state["experiment"] is None:
 
41
 
42
  submit_button = st.form_submit_button("Connect")
43
  else:
44
+ hivemq_host = os.getenv("host")
45
+ hivemq_username = os.getenv("username")
46
+ hivemq_password = os.getenv("password")
47
+ hivemq_port = os.getenv("port")
48
+ reactor = os.getenv("reactor")
49
 
50
  # button to submit the form
51
  if st.session_state["experiment"] is None: