Omnibus commited on
Commit
ac053c0
·
verified ·
1 Parent(s): 26cce0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ def find_rss():
253
  print(f'Exception::{ea.keys()}')
254
 
255
  out_box.append(lod)
256
- yield out_box,[(None,f'{out_box}')]
257
 
258
  with gr.Blocks() as app:
259
  cb = gr.Chatbot()
 
253
  print(f'Exception::{ea.keys()}')
254
 
255
  out_box.append(lod)
256
+ yield out_box,[(None,'Sources are loaded. You can ask a question about them now.')]
257
 
258
  with gr.Blocks() as app:
259
  cb = gr.Chatbot()