Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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 |
|