Spaces:
Sleeping
Sleeping
4th
Browse files
app.py
CHANGED
@@ -44,12 +44,12 @@ def rename(orig_author: str):
|
|
44 |
|
45 |
@cl.on_chat_start
|
46 |
async def init():
|
47 |
-
msg = cl.Message(content=f"
|
48 |
await msg.send()
|
49 |
|
50 |
chain = await roaringkiity_chain(prompt)
|
51 |
|
52 |
-
msg.content = f"
|
53 |
await msg.send()
|
54 |
|
55 |
cl.user_session.set("chain", chain)
|
|
|
44 |
|
45 |
@cl.on_chat_start
|
46 |
async def init():
|
47 |
+
msg = cl.Message(content=f"Frying Tendies...")
|
48 |
await msg.send()
|
49 |
|
50 |
chain = await roaringkiity_chain(prompt)
|
51 |
|
52 |
+
msg.content = f"Chicken Tender"
|
53 |
await msg.send()
|
54 |
|
55 |
cl.user_session.set("chain", chain)
|