Spaces:
Runtime error
Runtime error
Ari
commited on
Commit
·
cb93538
1
Parent(s):
82ab4d8
Update app.py
Browse files
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
|
| 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")
|