Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -153,4 +153,4 @@ def main():


if __name__ == "__main__":
main()
main()