Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import yaml
|
|
4 |
from ContentGeneratorAgent import run_crew_cga, set_model, llm_models
|
5 |
from GameBuilderAgent import run_crew_game
|
6 |
from MarketingPostGeneratorAgent import run_crew_mpga
|
7 |
-
from
|
8 |
-
from AIAgentDevAgent import run_crew_aida
|
9 |
import base64
|
10 |
|
11 |
def toggle_serper_input(choice):
|
|
|
4 |
from ContentGeneratorAgent import run_crew_cga, set_model, llm_models
|
5 |
from GameBuilderAgent import run_crew_game
|
6 |
from MarketingPostGeneratorAgent import run_crew_mpga
|
7 |
+
from TripPlanner import run_crew_tp
|
8 |
+
# from AIAgentDevAgent import run_crew_aida
|
9 |
import base64
|
10 |
|
11 |
def toggle_serper_input(choice):
|