evelyn-nesher19 commited on
Commit
dedde66
·
verified ·
1 Parent(s): 0f14042

Update MQTT credentials

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -79,15 +79,18 @@ with gr.Blocks() as app:
79
  with gr.Row():
80
  hivemq_host = gr.Textbox(
81
  label="HiveMQ Host:",
82
- value="f74268785e954de0970c4bd66f31b0a1.s1.eu.hivemq.cloud"
 
83
  )
84
  mqtt_username = gr.Textbox(
85
  label="HiveMQ Username:",
86
- value="evnesher"
 
87
  )
88
  mqtt_password = gr.Textbox(
89
  label="HiveMQ Password:",
90
- value="Gfx8360",
 
91
  type="password"
92
  )
93
 
 
79
  with gr.Row():
80
  hivemq_host = gr.Textbox(
81
  label="HiveMQ Host:",
82
+ #value="f74268785e954de0970c4bd66f31b0a1.s1.eu.hivemq.cloud"
83
+ value = "248cc294c37642359297f75b7b023374.s2.eu.hivemq.cloud"
84
  )
85
  mqtt_username = gr.Textbox(
86
  label="HiveMQ Username:",
87
+ #value="evnesher"
88
+ value = "sgbaird"
89
  )
90
  mqtt_password = gr.Textbox(
91
  label="HiveMQ Password:",
92
+ #value="Gfx8360",
93
+ value = "D.Pq5gYtejYbU#L",
94
  type="password"
95
  )
96