bohmian commited on
Commit
968e18a
·
verified ·
1 Parent(s): be8b821

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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"Income Statement Sankey — {symbol}",
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
  )