YchKhan commited on
Commit
cc67e26
1 Parent(s): f219c08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ def search_docs(topic, max_references):
190
  break
191
  doc_list.append("TITLE : " + r['title'] + " -- BODY : " + r['body'] + " -- URL : " + r['href'])
192
  i+=1
193
- return doc_list
194
 
195
 
196
  def store_files(references, ret_names=False):
 
190
  break
191
  doc_list.append("TITLE : " + r['title'] + " -- BODY : " + r['body'] + " -- URL : " + r['href'])
192
  i+=1
193
+ return gr.update(choices=doc_list)
194
 
195
 
196
  def store_files(references, ret_names=False):