Spaces:
Sleeping
Sleeping
Commit
·
3432ce2
1
Parent(s):
1d1247b
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def plot_forecast(final_year, companies, noise, show_legend, point_style):
|
|
23 |
plt.legend()
|
24 |
ax.set_xlabel("Year")
|
25 |
ax.set_ylabel("Revenue")
|
26 |
-
ax.set_title("Pricescope Forecast
|
27 |
return fig
|
28 |
|
29 |
|
|
|
23 |
plt.legend()
|
24 |
ax.set_xlabel("Year")
|
25 |
ax.set_ylabel("Revenue")
|
26 |
+
ax.set_title("Pricescope Forecast")
|
27 |
return fig
|
28 |
|
29 |
|