Skip to content

Commit

Permalink
Update PATH app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BigToothDev authored Oct 19, 2024
1 parent 12d4078 commit 9103654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_files/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#with open('./app_files/geoBoundaries-UKR-ADM1.geojson', 'r', encoding='utf-8') as geo_file:
# ukraine_geojson = json.load(geo_file)
base_path = Path('./app_files')
base_path = Path('./docs')
df_ukr_pop_region_all_flows_2021 = pd.read_csv(base_path / 'ukr_pop_region_all_flows_total_2021.csv', sep=",", decimal=".")
df_ukr_pop_region_all_flows_2020 = pd.read_csv(base_path / 'ukr_pop_region_all_flows_total_2020.csv', sep=",", decimal=".")
df_ukr_pop_region_all_flows_2019 = pd.read_csv(base_path / 'ukr_pop_region_all_flows_total_2019.csv', sep=",", decimal=".")
Expand Down Expand Up @@ -263,4 +263,4 @@ def ukraine_population():
)
return ui.HTML(fig.to_html(full_html=False))

app = App(app_ui, server)
app = App(app_ui, server)

0 comments on commit 9103654

Please sign in to comment.