NikosKprl commited on
Commit
c85c268
·
verified ·
1 Parent(s): 30266af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -439,6 +439,7 @@ def main_cli():
439
  st.write(f"Applying Candidate Selection module... (4/5) [{number}/{len(list_with_full_names)}]")
440
  with open(f"/home/user/app/info_extraction/{i}.json", "r") as f:
441
  json_file = json.load(f)
 
442
  lista = []
443
  lista_1 = []
444
  for element in json_file:
 
439
  st.write(f"Applying Candidate Selection module... (4/5) [{number}/{len(list_with_full_names)}]")
440
  with open(f"/home/user/app/info_extraction/{i}.json", "r") as f:
441
  json_file = json.load(f)
442
+ print(json_file)
443
  lista = []
444
  lista_1 = []
445
  for element in json_file: