annikwag commited on
Commit
1619e8d
·
verified ·
1 Parent(s): 948ed9c

Update appStore/rag_utils.py

Browse files
Files changed (1) hide show
  1. 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: 2em;'>🦙</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
  )
 
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
  )