Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import requests
|
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
from basic_agent import BasicAgent
|
7 |
-
from LG_agent import BasicAgent
|
8 |
-
from LG_agent import test_questions, evaluate_agent
|
9 |
|
10 |
# (Keep Constants as is)
|
11 |
# --- Constants ---
|
|
|
4 |
import inspect
|
5 |
import pandas as pd
|
6 |
from basic_agent import BasicAgent
|
7 |
+
# from LG_agent import BasicAgent
|
8 |
+
# from LG_agent import test_questions, evaluate_agent
|
9 |
|
10 |
# (Keep Constants as is)
|
11 |
# --- Constants ---
|