sivan22 commited on
Commit
24fd24e
·
verified ·
1 Parent(s): 50cb379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,6 @@ from dotenv import load_dotenv
5
  import gdown
6
  import llm_providers
7
  import tantivy_search
8
- import agent
9
  import json
10
  import zipfile
11
 
@@ -252,6 +251,7 @@ class SearchAgentUI:
252
  st.error(status_msg)
253
  return
254
 
 
255
  agent = self.get_agent()
256
 
257
  # Provider selection in sidebar
 
5
  import gdown
6
  import llm_providers
7
  import tantivy_search
 
8
  import json
9
  import zipfile
10
 
 
251
  st.error(status_msg)
252
  return
253
 
254
+ import agent
255
  agent = self.get_agent()
256
 
257
  # Provider selection in sidebar