Alyafeai commited on
Commit
0cf2bde
1 Parent(s): cf25204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -190,6 +190,9 @@ def chat_tab():
190
  break
191
  else:
192
  yield full_output
 
 
 
193
 
194
  with gr.Column():
195
  (
 
190
  break
191
  else:
192
  yield full_output
193
+ if full_output == "":
194
+ yield "I am sorry, I did not understand your query. Could you please rephrase it?"
195
+ return ""
196
 
197
  with gr.Column():
198
  (