camparchimedes commited on
Commit
9fac1c4
ยท
verified ยท
1 Parent(s): 2b11496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -8
app.py CHANGED
@@ -91,16 +91,17 @@ async def init():
91
  chain_type_kwargs = {"prompt": prompt}
92
  )
93
 
94
- menu_message = (
95
- "Index built! Bare spรธr ivei..๐Ÿค“\n\n"
96
- "Her er noen spรธrsmรฅl vi ofte ser iforbindelse med DaysOff firmahytteordning:\n"
97
- + "\n".join([f"- {q}" for q in questions])
98
- )
99
-
100
- msg.content = menu_message
 
101
  await msg.send()
102
 
103
- #msg.content = f"Index built! Bare spรธr ivei..๐Ÿค“"
104
  #await msg.send()
105
 
106
  cl.user_session.set("chain", chain)
 
91
  chain_type_kwargs = {"prompt": prompt}
92
  )
93
 
94
+ #menu_message = (
95
+ #"Index built! Bare spรธr ivei..๐Ÿค“\n\n"
96
+ # "Her er noen spรธrsmรฅl vi ofte ser iforbindelse med DaysOff firmahytteordning:\n"
97
+ # + "\n".join([f"- {q}" for q in questions])
98
+ #)
99
+
100
+ #msg.content = menu_message
101
+ msg.content = f"Index built! Bare spรธr ivei..๐Ÿค“"
102
  await msg.send()
103
 
104
+ msg.content = f"Index built! Bare spรธr ivei..๐Ÿค“"
105
  #await msg.send()
106
 
107
  cl.user_session.set("chain", chain)