Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ import os
|
|
25 |
from datetime import datetime
|
26 |
|
27 |
# Safe path for Hugging Face Spaces (will reset on restart)
|
28 |
-
feedback_path = "
|
29 |
|
30 |
def store_feedback(question, answer, feedback, correct_answer):
|
31 |
entry = {
|
|
|
25 |
from datetime import datetime
|
26 |
|
27 |
# Safe path for Hugging Face Spaces (will reset on restart)
|
28 |
+
feedback_path = "feedback.json"
|
29 |
|
30 |
def store_feedback(question, answer, feedback, correct_answer):
|
31 |
entry = {
|