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