ivy-exploration commited on
Commit
50951b2
·
verified ·
1 Parent(s): 78c6646

Update chat interface link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with open( "./style.css" ) as css:
20
 
21
  # Info message
22
  st.info(
23
- body="This demo is only a preview. Check out our [Chat UI](https://unify.ai/) for the full experience, including more endpoints, and extra customization!",
24
  icon="ℹ️"
25
  )
26
 
 
20
 
21
  # Info message
22
  st.info(
23
+ body="This demo is only a preview. Check out our [Chat UI](https://unify.ai/chat) for the full experience, including more endpoints, and extra customization!",
24
  icon="ℹ️"
25
  )
26