danielrosehill commited on
Commit
5999b83
·
1 Parent(s): ef312d1
Files changed (1) hide show
  1. calculator-app/app.py +2 -2
calculator-app/app.py CHANGED
@@ -3,8 +3,8 @@ 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 = "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"
10
 
 
3
  import plotly.express as px
4
 
5
  # Path to the data file relative to the app.py file
6
+ DATA_PATH = "https://huggingface.co/spaces/danielrosehill/Monetised-GHG-Emissions-Calculator/raw/main/calculator-app/data.csv"
7
+ INSTRUCTIONS_PATH = "https://huggingface.co/spaces/danielrosehill/Monetised-GHG-Emissions-Calculator/raw/main/calculator-app/instructions.md"
8
 
9
  GITHUB_LINK = "https://github.com/danielrosehill/Emissions-Monetisation-Calculator"
10