Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ async def main(message: cl.Message):
|
|
45 |
}
|
46 |
})
|
47 |
|
48 |
-
msg = cl.Message(content=output
|
49 |
|
50 |
# Send and close the message stream
|
51 |
await msg.send()
|
|
|
45 |
}
|
46 |
})
|
47 |
|
48 |
+
msg = cl.Message(content=output)
|
49 |
|
50 |
# Send and close the message stream
|
51 |
await msg.send()
|