Spaces:
Sleeping
Sleeping
Commit ·
466cc0d
1
Parent(s): 1d39fae
Update main.py
Browse files
main.py
CHANGED
|
@@ -149,7 +149,7 @@ def to_cache(file):
|
|
| 149 |
@cl.set_chat_profiles
|
| 150 |
async def chat_profile():
|
| 151 |
return [
|
| 152 |
-
cl.ChatProfile(name="
|
| 153 |
]
|
| 154 |
@cl.on_chat_start
|
| 155 |
async def start():
|
|
|
|
| 149 |
@cl.set_chat_profiles
|
| 150 |
async def chat_profile():
|
| 151 |
return [
|
| 152 |
+
cl.ChatProfile(name="Note composante sectorielle - NCS",markdown_description="Note composante sectorielle",icon="./public/favicon.png",),
|
| 153 |
]
|
| 154 |
@cl.on_chat_start
|
| 155 |
async def start():
|