wording, add perspective panel to dumb-inverter demo
This commit is contained in:
parent
785172104f
commit
fe0979083f
2 changed files with 51 additions and 4 deletions
|
|
@ -188,7 +188,7 @@ def summary(state: SystemState) -> str:
|
|||
return f"## Summary\n\nGrid {'cost' if total_cost > 0 else 'income'} total: {abs(state.stats.grid_cost_total):.2f} ZAR"
|
||||
|
||||
_ = panel.template.FastListTemplate(
|
||||
title="Sample W42 App",
|
||||
title="Watt42: PV, batteries, dynamic tariffs",
|
||||
sidebar=[panel.pane.Markdown("This is a sample sidebar.")],
|
||||
main=[
|
||||
# panel.pane.Markdown(state_as_text, sizing_mode='stretch_width'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue