Spaces:
Sleeping
Sleeping
Update pag/monitor.py
Browse files- pag/monitor.py +3 -0
pag/monitor.py
CHANGED
@@ -15,6 +15,9 @@ from zipfile import ZipFile
|
|
15 |
import matplotlib.pyplot as plt
|
16 |
from plotly.subplots import make_subplots
|
17 |
import plotly.graph_objects as go
|
|
|
|
|
|
|
18 |
|
19 |
def check_authentication():
|
20 |
if not check_password():
|
|
|
15 |
import matplotlib.pyplot as plt
|
16 |
from plotly.subplots import make_subplots
|
17 |
import plotly.graph_objects as go
|
18 |
+
import pydeck as pdk
|
19 |
+
import pandas as pd
|
20 |
+
import plotly.express as px
|
21 |
|
22 |
def check_authentication():
|
23 |
if not check_password():
|