Docfile commited on
Commit
e59d3ab
·
1 Parent(s): b8c00d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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