Update chat interface link
Browse files
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 |
|