APRG commited on
Commit
7453a58
·
verified ·
1 Parent(s): b0182f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
  import inspect
3
  from langchain_google_genai import ChatGoogleGenerativeAI
4
- from GenericAgent import AgenticAI
5
 
6
  # (Keep Constants as is)
7
  # --- Constants ---
 
1
  import os
2
  import inspect
3
  from langchain_google_genai import ChatGoogleGenerativeAI
4
+ from GeneralAgent import AgenticAI
5
 
6
  # (Keep Constants as is)
7
  # --- Constants ---