Spaces:
Sleeping
Sleeping
Added gas demand link
Browse files
app.py
CHANGED
@@ -57,6 +57,7 @@ with st.sidebar:
|
|
57 |
|
58 |
st.header("Other Dashboards")
|
59 |
st.link_button("Electricity Demand", url="https://huggingface.co/spaces/EDS-lab/EnFoBench-ElectricityDemand", use_container_width=True)
|
|
|
60 |
|
61 |
st.header("Refresh data")
|
62 |
refresh = st.button(
|
|
|
57 |
|
58 |
st.header("Other Dashboards")
|
59 |
st.link_button("Electricity Demand", url="https://huggingface.co/spaces/EDS-lab/EnFoBench-ElectricityDemand", use_container_width=True)
|
60 |
+
st.link_button("Gas Demand", url="https://huggingface.co/spaces/EDS-lab/EnFoBench-GasDemand", use_container_width=True)
|
61 |
|
62 |
st.header("Refresh data")
|
63 |
refresh = st.button(
|