Gregor Betz commited on
Commit
9bc551d
1 Parent(s): ea4591d

update symbol

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -250,13 +250,13 @@ async def bot(
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)
 
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)