IAMTFRMZA commited on
Commit
0ee04bf
·
verified ·
1 Parent(s): e14ed37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if not OPENAI_API_KEY or not ASSISTANT_ID:
24
  client = OpenAI(api_key=OPENAI_API_KEY)
25
 
26
  # ------------------ Load Structured JSON ------------------
27
- STRUCTURED_JSON_PATH = "/mnt/data/51940670-Manual-of-Surgical-Pathology-Third-Edition_1_structured_output (1).json"
28
  try:
29
  with open(STRUCTURED_JSON_PATH, "r") as f:
30
  structured_data = json.load(f)
 
24
  client = OpenAI(api_key=OPENAI_API_KEY)
25
 
26
  # ------------------ Load Structured JSON ------------------
27
+ STRUCTURED_JSON_PATH = "51940670-Manual-of-Surgical-Pathology-Third-Edition_1_structured_output.json"
28
  try:
29
  with open(STRUCTURED_JSON_PATH, "r") as f:
30
  structured_data = json.load(f)