Ari commited on
Commit
cb93538
·
1 Parent(s): 82ab4d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ data = pd.read_csv("RR.csv")
11
  openai.api_key = "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"
12
 
13
  # Create four graphs using plotly express
14
- graph1 = px.line(data, x="Month", y="Sales Forecast")
15
  graph2 = px.line(data, x="Month", y="Sales Actual")
16
  graph3 = px.line(data, x="Month", y="Marketing Budget")
17
  graph4 = px.line(data, x="Month", y="Support Chats and Calls")
 
11
  openai.api_key = "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"
12
 
13
  # Create four graphs using plotly express
14
+ graph1 = px.line(data, x="Month", y="Sales Forecasted")
15
  graph2 = px.line(data, x="Month", y="Sales Actual")
16
  graph3 = px.line(data, x="Month", y="Marketing Budget")
17
  graph4 = px.line(data, x="Month", y="Support Chats and Calls")