Skip to content

Instantly share code, notes, and snippets.

@tolgahancepel
Created May 13, 2022 18:03
Show Gist options
  • Select an option

  • Save tolgahancepel/86543ec42f6628d9a82f25a418f38964 to your computer and use it in GitHub Desktop.

Select an option

Save tolgahancepel/86543ec42f6628d9a82f25a418f38964 to your computer and use it in GitHub Desktop.
# -----------------------------------------------------------------------------
# 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