Skip to content

Commit b89250c

Browse files
changed path again
1 parent 0423d83 commit b89250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_page.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
df_article = load_data('gdelt_20230204.csv')
1717
df_img = load_data('immigratation.csv')
1818
df_pop = load_data('population.csv')
19-
df_country = pd.read_csv('/Users/sambennett/Desktop/Computing_Project/Political_Weather_Map/country.py')
19+
df_country = pd.read_csv('country.csv')
2020

2121
# Prepare Data
2222
articles = select_columns(df_article)

0 commit comments

Comments
 (0)