Update main.py
Browse files
main.py
CHANGED
@@ -431,7 +431,6 @@ async def chat_profile():
|
|
431 |
return [
|
432 |
cl.ChatProfile(name="Catalogue ROME - ROMESKILLS",markdown_description="Les compétences du catalogue ROME",icon="./public/favicon.png",),
|
433 |
cl.ChatProfile(name="Classification ESCO - ESCOSKILLS",markdown_description="Les compétences de la classification ESCO",icon="./public/favicon.png",),
|
434 |
-
cl.ChatProfile(name="Référentiel National des Entreprises - RNE",markdown_description="Les contacts entreprises",icon="./public/favicon.png",),
|
435 |
]
|
436 |
@cl.on_chat_start
|
437 |
async def start():
|
|
|
431 |
return [
|
432 |
cl.ChatProfile(name="Catalogue ROME - ROMESKILLS",markdown_description="Les compétences du catalogue ROME",icon="./public/favicon.png",),
|
433 |
cl.ChatProfile(name="Classification ESCO - ESCOSKILLS",markdown_description="Les compétences de la classification ESCO",icon="./public/favicon.png",),
|
|
|
434 |
]
|
435 |
@cl.on_chat_start
|
436 |
async def start():
|