Spaces:
Sleeping
Sleeping
attilabalint
commited on
Commit
·
0a87e30
1
Parent(s):
3d3e872
fix name of PV dashboard
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with st.sidebar:
|
|
67 |
models_to_plot.add(f"{model_group}.{model_name}")
|
68 |
|
69 |
|
70 |
-
st.title("EnFoBench -
|
71 |
st.divider()
|
72 |
|
73 |
if view == "Buildings":
|
|
|
67 |
models_to_plot.add(f"{model_group}.{model_name}")
|
68 |
|
69 |
|
70 |
+
st.title("EnFoBench - PV Generation")
|
71 |
st.divider()
|
72 |
|
73 |
if view == "Buildings":
|