danielrosehill commited on
Commit
ef312d1
·
1 Parent(s): 26e29ac
Files changed (1) hide show
  1. calculator-app/app.py +1 -1
calculator-app/app.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
  import plotly.express as px
4
 
5
  # Path to the data file relative to the app.py file
6
- DATA_PATH = "data.csv"
7
  INSTRUCTIONS_PATH = "instructions.md"
8
 
9
  GITHUB_LINK = "https://github.com/danielrosehill/Emissions-Monetisation-Calculator"
 
3
  import plotly.express as px
4
 
5
  # Path to the data file relative to the app.py file
6
+ DATA_PATH = "https://raw.githubusercontent.com/danielrosehill/Emissions-Monetisation-Calculator/refs/heads/main/calculator-app/data.csv"
7
  INSTRUCTIONS_PATH = "instructions.md"
8
 
9
  GITHUB_LINK = "https://github.com/danielrosehill/Emissions-Monetisation-Calculator"