Joseph Spada commited on
Commit
78d8d32
·
1 Parent(s): ef45508

title change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def plot_interest_coverage(interest_rate, cagr_revenues):
167
  linestyle = "--"
168
  )
169
 
170
- plt.title("Interest as Share of Revenues Through 2054")
171
  plt.legend(loc = "upper left")
172
  plt.ylim(0, 1.05)
173
  plt.yticks(np.arange(0, 1.1, 0.1))
 
167
  linestyle = "--"
168
  )
169
 
170
+ plt.title("Interest as Share of Revenues Through 2055")
171
  plt.legend(loc = "upper left")
172
  plt.ylim(0, 1.05)
173
  plt.yticks(np.arange(0, 1.1, 0.1))