Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -4,7 +4,7 @@ from crewai import Crew, Process
|
|
4 |
from textwrap import dedent
|
5 |
import json
|
6 |
from crypto_analysis_agents import CryptoAnalysisAgents
|
7 |
-
from
|
8 |
|
9 |
class CryptoCrew:
|
10 |
def __init__(self, crypto):
|
|
|
4 |
from textwrap import dedent
|
5 |
import json
|
6 |
from crypto_analysis_agents import CryptoAnalysisAgents
|
7 |
+
from crypto__analysis_tasks import CryptoAnalysisTasks # <-- Corrected the import name based on previous feedback
|
8 |
|
9 |
class CryptoCrew:
|
10 |
def __init__(self, crypto):
|