Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|