Update main.py
Browse files
main.py
CHANGED
@@ -766,7 +766,7 @@ async def creation_liste_code_Rome_et_emplois(competence):
|
|
766 |
arrayresults = results_df.values.tolist()
|
767 |
displayresults = '<table border="1" cellpadding="0" cellspacing="0"><tr><td>Code Rome</td><td>Compétence</td><td>Métier</td></tr>'
|
768 |
for j in range(0, len(arrayresults)):
|
769 |
-
displayresults += '<tr><td>' + arrayresults[j][0] + '</td><td>' + arrayresults[j][1] + '</td><td>' + arrayresults[j][2] + '</td></tr>
|
770 |
|
771 |
displayresults = '<table>'
|
772 |
await cl.Message(author="Datapcc : 🌐🌐🌐",content="<p>Voici le résultat de la recherche sémantique sur le catalogue Rome :</p>" + displayresult).send()
|
|
|
766 |
arrayresults = results_df.values.tolist()
|
767 |
displayresults = '<table border="1" cellpadding="0" cellspacing="0"><tr><td>Code Rome</td><td>Compétence</td><td>Métier</td></tr>'
|
768 |
for j in range(0, len(arrayresults)):
|
769 |
+
displayresults += '<tr><td>' + arrayresults[j][0] + '</td><td>' + arrayresults[j][1] + '</td><td>' + arrayresults[j][2] + '</td></tr>'
|
770 |
|
771 |
displayresults = '<table>'
|
772 |
await cl.Message(author="Datapcc : 🌐🌐🌐",content="<p>Voici le résultat de la recherche sémantique sur le catalogue Rome :</p>" + displayresult).send()
|