Update utils_display.py
Browse files- utils_display.py +1 -1
utils_display.py
CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
|
|
6 |
from example_prompts import EXAMPLE_PROMPTS
|
7 |
|
8 |
HEADER = """
|
9 |
-
|
10 |
"""
|
11 |
|
12 |
SIDE_BAR_TEXT = """
|
|
|
6 |
from example_prompts import EXAMPLE_PROMPTS
|
7 |
|
8 |
HEADER = """
|
9 |
+
## The online demo has now migrated to https://petals.ml/ and http://chat.petals.ml/ please refer to these links
|
10 |
"""
|
11 |
|
12 |
SIDE_BAR_TEXT = """
|