Created
May 13, 2022 18:03
-
-
Save tolgahancepel/86543ec42f6628d9a82f25a418f38964 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ----------------------------------------------------------------------------- | |
| # Importing the modules | |
| # ----------------------------------------------------------------------------- | |
| import dash | |
| from dash import html, dcc, Input, Output | |
| import dash_bootstrap_components as dbc | |
| import paho.mqtt.client as mqtt | |
| global current_temperature | |
| current_temperature = "NaN" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment