Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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))
|