Spaces:
Sleeping
Sleeping
Update appStore/rag_utils.py
Browse files- appStore/rag_utils.py +1 -1
appStore/rag_utils.py
CHANGED
@@ -128,7 +128,7 @@ def get_rag_answer(query, top_results, endpoint, token):
|
|
128 |
# Custom message with a larger llama icon and red highlighted text
|
129 |
return (
|
130 |
"<span style='color: red;'>"
|
131 |
-
"<span style='font-size:
|
132 |
"Please come back in 10 minutes, and I'll be fully awake to answer your question."
|
133 |
"</span>"
|
134 |
)
|
|
|
128 |
# Custom message with a larger llama icon and red highlighted text
|
129 |
return (
|
130 |
"<span style='color: red;'>"
|
131 |
+
"<span style='font-size: 3em;'>🦙</span> Tzzz Tzzz I'm currently sleeping. "
|
132 |
"Please come back in 10 minutes, and I'll be fully awake to answer your question."
|
133 |
"</span>"
|
134 |
)
|