From 3eb4544cddf8cc837f336b68cc2c68a416caf98c Mon Sep 17 00:00:00 2001 From: Vansh Malhotra <85389767+Vansh3503@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:26:07 +0530 Subject: [PATCH] Update dashboard.py --- dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard.py b/dashboard.py index 6947c34..dd6ee47 100644 --- a/dashboard.py +++ b/dashboard.py @@ -4,7 +4,7 @@ import plotly.express as px import plotly.graph_objects as go from datetime import datetime, timedelta - +# aedvjvtest code shouldn't be merged MONGO_URI = st.secrets["MONGO_URI"] @@ -153,4 +153,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()