Xyro123 commited on
Commit
0b7ad41
·
verified ·
1 Parent(s): fc08080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,12 +46,12 @@ async def chat_profile():
46
  return [
47
  cl.ChatProfile(
48
  name="ZeppFusion",
49
- markdown_description="Talk with the lastest ZeppFusion models! Powered by AiCore, check it on GitHub, link in Readme",
50
  icon="https://picsum.photos/200",
51
  ),
52
  cl.ChatProfile(
53
  name="OpenAi",
54
- markdown_description="Talk with the lastest ZeppFusion models! Powered by AiCore, check it on GitHub, link in Readme",
55
  icon="https://picsum.photos/200",
56
  )
57
  ]
 
46
  return [
47
  cl.ChatProfile(
48
  name="ZeppFusion",
49
+ markdown_description="Talk with the lastest ZeppFusion models!",
50
  icon="https://picsum.photos/200",
51
  ),
52
  cl.ChatProfile(
53
  name="OpenAi",
54
+ markdown_description="Talk with the lastest ZeppFusion models!",
55
  icon="https://picsum.photos/200",
56
  )
57
  ]