UBC-MDS / DSCI-532_2024_10_vanweather

VanWeather is an interactive dashboard designed to analyze and visualize weather patterns in Vancouver.
https://dsci-532-2024-10-vanweather.onrender.com/
MIT License
0 stars 0 forks source link

File structure improvement #53

Closed sivakornchong closed 6 months ago

sivakornchong commented 6 months ago

Break dashboard into app.py callbacks.py components.py data.py

In app,py import callback from components import var1, var2

data.py is set up to read from csv into a variable. Then this data variable can be imported into other files for use.