Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ query_engine_tools = [
|
|
| 59 |
)
|
| 60 |
]
|
| 61 |
|
| 62 |
-
query_engine = SubQuestionQueryEngine.from_defaults(query_engine_tools=query_engine_tools
|
| 63 |
|
| 64 |
async def main(query):
|
| 65 |
|
|
|
|
| 59 |
)
|
| 60 |
]
|
| 61 |
|
| 62 |
+
query_engine = SubQuestionQueryEngine.from_defaults(query_engine_tools=query_engine_tools)
|
| 63 |
|
| 64 |
async def main(query):
|
| 65 |
|