diff --git a/src/run.py b/src/run.py index 8f9b8b8..0a50619 100644 --- a/src/run.py +++ b/src/run.py @@ -208,6 +208,7 @@ def ntpserver(): """ df = pd.read_sql(query, con=engine) fig_2 = px.line(df, x='bucket', y=['outOctetsPerSeconds', 'inOctetsPerSeconds']) + fig_2.update_layout( xaxis_title="", yaxis_title="", title=f"Network Load",