ppsingh commited on
Commit
566e63f
1 Parent(s): e2e1a84

Update app.py

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