Spaces:
Sleeping
Sleeping
added header
Browse files
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 = []
|