Jonny Tran commited on
Commit
6e1120d
·
1 Parent(s): 550d126
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from llama_index.core.tools import QueryEngineTool, ToolMetadata
14
  from llama_index.core.agent import ReActAgent
15
  from llama_index.llms.openai import OpenAI
16
  from llama_index.llms.anthropic import Anthropic
17
-
18
 
19
  # Create an llm object to use for the QueryEngine and the ReActAgent
20
 
 
14
  from llama_index.core.agent import ReActAgent
15
  from llama_index.llms.openai import OpenAI
16
  from llama_index.llms.anthropic import Anthropic
17
+ import gradio as gr
18
 
19
  # Create an llm object to use for the QueryEngine and the ReActAgent
20