feat: 01_06b
Browse files- app/app.py +1 -4
app/app.py
CHANGED
@@ -12,8 +12,5 @@ async def main(message: cl.Message):
|
|
12 |
# Exercise 1b:
|
13 |
# Please get the content of the chainlit Message and send it back as a
|
14 |
# response
|
15 |
-
#
|
16 |
##############################################################################
|
17 |
-
|
18 |
-
|
19 |
-
await cl.Message(content=response).send()
|
|
|
12 |
# Exercise 1b:
|
13 |
# Please get the content of the chainlit Message and send it back as a
|
14 |
# response
|
|
|
15 |
##############################################################################
|
16 |
+
await cl.Message().send()
|
|
|
|