Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('
|
| 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')
|