ppsingh commited on
Commit
e2e1a84
1 Parent(s): 7232d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -85,6 +85,8 @@ async def chat(query,history,sources,reports):
85
  docs_html = ""
86
  output_query = ""
87
  output_language = "English"
 
 
88
  #process_pdf()
89
 
90
 
 
85
  docs_html = ""
86
  output_query = ""
87
  output_language = "English"
88
+
89
+ yield history,docs_html,output_language
90
  #process_pdf()
91
 
92