Synced repo using 'sync_with_huggingface' Github Action
Browse files
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,
|