Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 = ""
|