Spaces:
Running
Running
Update run_agentic_pipeline.py
Browse files- run_agentic_pipeline.py +1 -0
run_agentic_pipeline.py
CHANGED
@@ -6,6 +6,7 @@ import logging
|
|
6 |
from datetime import datetime
|
7 |
import pandas as pd
|
8 |
from typing import Dict, Any, Optional
|
|
|
9 |
|
10 |
# Assuming this script is at the same level as 'app.py' and 'insight_and_tasks/' is a subfolder
|
11 |
# If 'insight_and_tasks' is not in python path, you might need to adjust sys.path
|
|
|
6 |
from datetime import datetime
|
7 |
import pandas as pd
|
8 |
from typing import Dict, Any, Optional
|
9 |
+
import gradio as gr
|
10 |
|
11 |
# Assuming this script is at the same level as 'app.py' and 'insight_and_tasks/' is a subfolder
|
12 |
# If 'insight_and_tasks' is not in python path, you might need to adjust sys.path
|