ProtonDataLabs commited on
Commit
c0105b4
·
unverified ·
1 Parent(s): 3262754

Update app.py

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