Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -426,7 +426,7 @@ def draw_cashflow_sankey(cash_flow, symbol, height, font_size):
|
|
426 |
link = dict(source=source, target=target, value=value, color=colors)
|
427 |
))
|
428 |
fig.update_layout(
|
429 |
-
title_text=f"
|
430 |
height=height,
|
431 |
font_size=font_size
|
432 |
)
|
|
|
426 |
link = dict(source=source, target=target, value=value, color=colors)
|
427 |
))
|
428 |
fig.update_layout(
|
429 |
+
title_text=f"Cash Flow Statement Sankey — {symbol}",
|
430 |
height=height,
|
431 |
font_size=font_size
|
432 |
)
|