add disclaimer
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 |
-
# <span style="color:red"><b>WARNING:</b> This app uses BLOOM-6b3 as a backend generation
|
10 |
"""
|
11 |
|
12 |
SIDE_BAR_TEXT = """
|
|
|
6 |
from example_prompts import EXAMPLE_PROMPTS
|
7 |
|
8 |
HEADER = """
|
9 |
+
# <span style="color:red;font-size:20px"><b>WARNING:</b> This app uses BLOOM-6b3 (non-distributed) as a backend generation. We are currently working on making it work with BLOOM-176-distributed </span>
|
10 |
"""
|
11 |
|
12 |
SIDE_BAR_TEXT = """
|