Update main.py
Browse files
main.py
CHANGED
@@ -104,7 +104,7 @@ async def on_chat_start():
|
|
104 |
]
|
105 |
).send()
|
106 |
res = await cl.AskActionMessage(
|
107 |
-
content="",
|
108 |
actions=[
|
109 |
cl.Action(name="continue", value="continue", label="<p><strong>✅ Continue</strong></p>"),
|
110 |
cl.Action(name="cancel", value="cancel", label="<img src='./public/learn.svg' /><p>Cancel</p>"),
|
|
|
104 |
]
|
105 |
).send()
|
106 |
res = await cl.AskActionMessage(
|
107 |
+
content="<div style='width:100%;text-align:center'><img src='./public/logo-ofipe.jpg' /></div>",
|
108 |
actions=[
|
109 |
cl.Action(name="continue", value="continue", label="<p><strong>✅ Continue</strong></p>"),
|
110 |
cl.Action(name="cancel", value="cancel", label="<img src='./public/learn.svg' /><p>Cancel</p>"),
|