Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +1 -1
chain_app.py
CHANGED
@@ -187,7 +187,7 @@ async def on_chat_start():
|
|
187 |
).send()
|
188 |
await cl.Message(
|
189 |
content="Im one of the best models openai have released and i am configured by two iranian boys to help you."
|
190 |
-
)
|
191 |
|
192 |
# if chat_profile == 'Image-Generation':
|
193 |
# image = cl.Image(path='cat.png', name="result", display="inline")
|
|
|
187 |
).send()
|
188 |
await cl.Message(
|
189 |
content="Im one of the best models openai have released and i am configured by two iranian boys to help you."
|
190 |
+
).send()
|
191 |
|
192 |
# if chat_profile == 'Image-Generation':
|
193 |
# image = cl.Image(path='cat.png', name="result", display="inline")
|