awacke1 commited on
Commit
b38b06a
·
1 Parent(s): be6df22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def write_csv(record_count, topic, intervention):
9
  "Topic": [topic],
10
  "Intervention": [intervention]
11
  })
12
- df.to_csv("records.csv", index=False, mode='a')
13
 
14
  # Create a function to plot the data from the CSV file
15
  def plot_data():
 
9
  "Topic": [topic],
10
  "Intervention": [intervention]
11
  })
12
+ df.to_csv("testfile.csv", index=False, mode='a')
13
 
14
  # Create a function to plot the data from the CSV file
15
  def plot_data():