Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ else:
|
|
69 |
|
70 |
# Plotting
|
71 |
fig = go.Figure()
|
72 |
-
fig.add_trace(go.Scatter(x=x, y=team_price_per_month, name='ChatGPT Plus', fillcolor="
|
73 |
fig.add_trace(go.Scatter(x=x, y=api_price_per_month + development_cost, name='Custom-Chatgpt', fillcolor="darkgreen"))
|
74 |
|
75 |
fig.update_layout(title="Accumulated Monthly Costs Over Time",
|
|
|
69 |
|
70 |
# Plotting
|
71 |
fig = go.Figure()
|
72 |
+
fig.add_trace(go.Scatter(x=x, y=team_price_per_month, name='ChatGPT Plus', fillcolor="red"))
|
73 |
fig.add_trace(go.Scatter(x=x, y=api_price_per_month + development_cost, name='Custom-Chatgpt', fillcolor="darkgreen"))
|
74 |
|
75 |
fig.update_layout(title="Accumulated Monthly Costs Over Time",
|