Spaces:
Running
Running
Gregor Betz
commited on
update symbol
Browse files
app.py
CHANGED
@@ -250,13 +250,13 @@ async def bot(
|
|
250 |
msg = data["error"]
|
251 |
if "token" in msg:
|
252 |
gr.Warning(
|
253 |
-
"
|
254 |
duration=0
|
255 |
)
|
256 |
if "health checks" in msg:
|
257 |
gr.Warning(
|
258 |
"❌ LLMs are currently unavailable due to rate limits or cold start times. "
|
259 |
-
"
|
260 |
duration=0
|
261 |
)
|
262 |
raise gr.Error(msg)
|
|
|
250 |
msg = data["error"]
|
251 |
if "token" in msg:
|
252 |
gr.Warning(
|
253 |
+
"⟳ Please sign out, reload the chatbot, and sign in again.",
|
254 |
duration=0
|
255 |
)
|
256 |
if "health checks" in msg:
|
257 |
gr.Warning(
|
258 |
"❌ LLMs are currently unavailable due to rate limits or cold start times. "
|
259 |
+
"⟳ Please reload and try again in a minute.",
|
260 |
duration=0
|
261 |
)
|
262 |
raise gr.Error(msg)
|