danielrosehill
commited on
Commit
·
5999b83
1
Parent(s):
ef312d1
update
Browse files- 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://
|
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 |
|