Added gas demand link
Browse files
app.py
CHANGED
@@ -56,6 +56,7 @@ with st.sidebar:
|
|
56 |
st.link_button("HuggingFace Organization", url="https://huggingface.co/EDS-lab", use_container_width=True)
|
57 |
|
58 |
st.header("Other Dashboards")
|
|
|
59 |
st.link_button("PV Generation", url="https://huggingface.co/spaces/EDS-lab/EnFoBench-PVGeneration", use_container_width=True)
|
60 |
|
61 |
st.header("Refresh data")
|
|
|
56 |
st.link_button("HuggingFace Organization", url="https://huggingface.co/EDS-lab", use_container_width=True)
|
57 |
|
58 |
st.header("Other Dashboards")
|
59 |
+
st.link_button("Gas Demand", url="https://huggingface.co/spaces/EDS-lab/EnFoBench-GasDemand", use_container_width=True)
|
60 |
st.link_button("PV Generation", url="https://huggingface.co/spaces/EDS-lab/EnFoBench-PVGeneration", use_container_width=True)
|
61 |
|
62 |
st.header("Refresh data")
|