Spaces:
Sleeping
Sleeping
refactor bug
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import inspect
|
|
| 5 |
import pandas as pd
|
| 6 |
from llama_index.core.llms import ChatMessage
|
| 7 |
from dotenv import load_dotenv
|
| 8 |
-
from
|
| 9 |
# Load environment variables from .env file
|
| 10 |
load_dotenv()
|
| 11 |
|
|
|
|
| 5 |
import pandas as pd
|
| 6 |
from llama_index.core.llms import ChatMessage
|
| 7 |
from dotenv import load_dotenv
|
| 8 |
+
from agent import workflow_agent
|
| 9 |
# Load environment variables from .env file
|
| 10 |
load_dotenv()
|
| 11 |
|