mcbrs1 commited on
Commit
12a11fc
Β·
1 Parent(s): a8461cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def openai_chat(prompt):
38
  #df = pd.read_csv('Radiation.csv') - working
39
  #df = df.set_index(["title", "heading"]) - working
40
 
41
- df = pd.read_csv('QQpulse.csv')
42
  df = df.set_index(["title", "heading"])
43
 
44
  #dt = pd.read_csv('olympics_Radiation.csv')
 
38
  #df = pd.read_csv('Radiation.csv') - working
39
  #df = df.set_index(["title", "heading"]) - working
40
 
41
+ df = pd.read_csv('QZZpulse.csv')
42
  df = df.set_index(["title", "heading"])
43
 
44
  #dt = pd.read_csv('olympics_Radiation.csv')