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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -15,7 +15,6 @@ 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")
18
-
19
  def query_gpt(prompt):
20
  model_engine = "text-davinci-002" # Use any available GPT model here
21
  max_tokens = 50
@@ -66,5 +65,4 @@ iface = gr.Interface(
66
  article="",
67
  )
68
 
69
-
70
  iface.launch(inbrowser=True)
 
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")
 
18
  def query_gpt(prompt):
19
  model_engine = "text-davinci-002" # Use any available GPT model here
20
  max_tokens = 50
 
65
  article="",
66
  )
67
 
 
68
  iface.launch(inbrowser=True)