Spaces:
Runtime error
Runtime error
4th
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ async def start():
|
|
20 |
"""
|
21 |
chain = await extract_information()
|
22 |
cl.user_session.set("chain", chain)
|
23 |
-
await cl.Message("Welcome to the
|
24 |
|
25 |
@cl.on_message
|
26 |
async def main(message: cl.Message):
|
|
|
20 |
"""
|
21 |
chain = await extract_information()
|
22 |
cl.user_session.set("chain", chain)
|
23 |
+
await cl.Message("Welcome to the Earnings Transcripts chat!").send()
|
24 |
|
25 |
@cl.on_message
|
26 |
async def main(message: cl.Message):
|