linx5o commited on
Commit
1458d90
·
1 Parent(s): cdf65a4

added header

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -9,6 +9,10 @@ import pandas as pd
9
  from datetime import datetime
10
  import pytz
11
 
 
 
 
 
12
 
13
  experiment = None
14
  running = []
 
9
  from datetime import datetime
10
  import pytz
11
 
12
+ # The web app that will connect to the PioReactor MQTT broker and control the reactor
13
+
14
+ # Author: Enrui (Edison) Lin
15
+
16
 
17
  experiment = None
18
  running = []