ppsingh commited on
Commit
f51b2c0
1 Parent(s): 26c0fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ async def chat(query,history,sources,reports):
25
 
26
  print(f">> NEW QUESTION : {query}")
27
  print(f"history:{history}")
28
- print(f"audience:{audience}")
29
  print(f"sources:{sources}")
30
  print(f"reports:{reports}")
31
  docs_html = ""
 
25
 
26
  print(f">> NEW QUESTION : {query}")
27
  print(f"history:{history}")
28
+ #print(f"audience:{audience}")
29
  print(f"sources:{sources}")
30
  print(f"reports:{reports}")
31
  docs_html = ""