Spaces:
Runtime error
Runtime error
attila-balint-kul
commited on
Commit
•
e7ac9ff
1
Parent(s):
60fbcfb
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(
|