seawolf2357 commited on
Commit
86074a9
verified
1 Parent(s): 36f21c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ conversation_history = []
29
 
30
  # JSON 雿办澊韯办厠 搿滊摐
31
  try:
32
- with open("./app.py/jangtest.json", "r", encoding="utf-8") as f:
33
  dataset = json.load(f)
34
  logging.info(f"Successfully loaded dataset with {len(dataset)} items.")
35
  logging.debug(f"First item in dataset: {dataset[0]}")
 
29
 
30
  # JSON 雿办澊韯办厠 搿滊摐
31
  try:
32
+ with open("jangtest.json", "r", encoding="utf-8") as f:
33
  dataset = json.load(f)
34
  logging.info(f"Successfully loaded dataset with {len(dataset)} items.")
35
  logging.debug(f"First item in dataset: {dataset[0]}")