Chris Alexiuk
commited on
Commit
·
6724098
1
Parent(s):
4b77b85
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ settings = {
|
|
21 |
}
|
22 |
|
23 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
24 |
-
def start_chat():
|
25 |
settings = await cl.ChatSettings(
|
26 |
[
|
27 |
Select(
|
|
|
21 |
}
|
22 |
|
23 |
@cl.on_chat_start # marks a function that will be executed at the start of a user session
|
24 |
+
async def start_chat():
|
25 |
settings = await cl.ChatSettings(
|
26 |
[
|
27 |
Select(
|