tsrivallabh commited on
Commit
fe0c99a
·
verified ·
1 Parent(s): 3844129

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from datetime import datetime
8
 
9
  load_dotenv()
10
 
11
- def store_feedback_csv(claim, result, feedback, csv_file="feedback_log.csv"):
12
  now = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
13
  row = [
14
  now,
 
8
 
9
  load_dotenv()
10
 
11
+ def store_feedback_csv(claim, result, feedback, csv_file="data/feedback_log.csv"):
12
  now = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
13
  row = [
14
  now,