uru commited on
Commit
ecc27e8
·
1 Parent(s): 988eca7

Structural changes: moved Gradio_UI.py to src/first_agent/ui.py

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. Gradio_UI.py → src/first_agent/ui.py +0 -0
app.py CHANGED
@@ -10,7 +10,7 @@ from tools.final_answer import FinalAnswerTool
10
  from tools.web_search import DuckDuckGoSearchTool
11
  from tools.visit_webpage import VisitWebpageTool
12
 
13
- from Gradio_UI import GradioUI
14
 
15
  @tool
16
  def disk_free(path: str = "/") -> str:
 
10
  from tools.web_search import DuckDuckGoSearchTool
11
  from tools.visit_webpage import VisitWebpageTool
12
 
13
+ from src.first_agent.ui import GradioUI
14
 
15
  @tool
16
  def disk_free(path: str = "/") -> str:
Gradio_UI.py → src/first_agent/ui.py RENAMED
File without changes