ProtonDataLabs commited on
Commit
c84427d
·
unverified ·
1 Parent(s): 0335c15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="green", line=dict(color='green')))
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",