Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ from entsoe.geo import load_zones
|
|
20 |
from branca.colormap import LinearColormap
|
21 |
import branca
|
22 |
|
|
|
23 |
def get_current_time():
|
24 |
now = datetime.now()
|
25 |
current_hour = now.hour
|
|
|
20 |
from branca.colormap import LinearColormap
|
21 |
import branca
|
22 |
|
23 |
+
|
24 |
def get_current_time():
|
25 |
now = datetime.now()
|
26 |
current_hour = now.hour
|