admin-healthelic commited on
Commit
513cae4
·
verified ·
1 Parent(s): f2bc0f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
37
  MODEL_DEFAULT_TEMP = ["gpt-4.1", "gpt-4o", "gpt-5"]
38
 
39
  # Local JSON file for storing runs
40
- RUNS_FILE = "/data/runs.json"
41
 
42
  # -------------------------
43
  # Helper to read JSONL
 
37
  MODEL_DEFAULT_TEMP = ["gpt-4.1", "gpt-4o", "gpt-5"]
38
 
39
  # Local JSON file for storing runs
40
+ RUNS_FILE = "runs.json"
41
 
42
  # -------------------------
43
  # Helper to read JSONL