Update homeskills.py
Browse files- homeskills.py +3 -1
homeskills.py
CHANGED
@@ -43,6 +43,7 @@ async def homeRome():
|
|
43 |
if not contextChat:
|
44 |
contextChat = df_competences.to_string(index = False)
|
45 |
|
|
|
46 |
return contextChat
|
47 |
|
48 |
async def homeEsco():
|
@@ -86,5 +87,6 @@ async def homeEsco():
|
|
86 |
|
87 |
if not contextChat:
|
88 |
contextChat = df_competences.to_string(index = False)
|
89 |
-
|
|
|
90 |
return contextChat
|
|
|
43 |
if not contextChat:
|
44 |
contextChat = df_competences.to_string(index = False)
|
45 |
|
46 |
+
cl.user_session.set("contextDFCOMPChatBot", df_competences.to_string(index = False))
|
47 |
return contextChat
|
48 |
|
49 |
async def homeEsco():
|
|
|
87 |
|
88 |
if not contextChat:
|
89 |
contextChat = df_competences.to_string(index = False)
|
90 |
+
|
91 |
+
cl.user_session.set("contextDFCOMPChatBot", df_competences.to_string(index = False))
|
92 |
return contextChat
|