t4ai commited on
Commit
1d7ee16
·
1 Parent(s): d0bea75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
47
  if(len(query_bot) and ("answer" in query_bot)):
48
  bot_message = query_bot['answer']
49
  else:
50
- bot_message = "I'm having trouble with this question, please try again."
51
 
52
 
53
  chat_history.append((message, bot_message))
 
47
  if(len(query_bot) and ("answer" in query_bot)):
48
  bot_message = query_bot['answer']
49
  else:
50
+ bot_message = "I'm having trouble with this question, please try rewording (Sometimes, I need a few seconds to load...)"
51
 
52
 
53
  chat_history.append((message, bot_message))