eaglelandsonce commited on
Commit
f995681
1 Parent(s): 57f10fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -16,8 +16,10 @@ os.environ["OPENAI_API_KEY"] = "sk-bJdQqnZ3cw4Ju9Utc33AT3BlbkFJPnMrwv8n4OsDt1hAQ
16
  # Crew Bot: https://chat.openai.com/g/g-qqTuUWsBY-crewai-assistant
17
 
18
 
19
- # Base Example with Gemini Search
20
 
 
 
 
21
  def crewai_process(research_topic):
22
  # Define your agents with roles and goals
23
  researcher = Agent(
@@ -91,11 +93,11 @@ iface = gr.Interface(
91
  # Launch the interface
92
  iface.launch()
93
 
94
-
95
 
96
  # Stock Evaluation
97
 
98
- '''
99
 
100
  from stock_analysis_agents import StockAnalysisAgents
101
  from stock_analysis_tasks import StockAnalysisTasks
@@ -147,7 +149,7 @@ iface = gr.Interface(
147
  #if __name__ == "__main__":
148
  iface.launch()
149
 
150
- '''
151
 
152
 
153
  # Therapy Group
 
16
  # Crew Bot: https://chat.openai.com/g/g-qqTuUWsBY-crewai-assistant
17
 
18
 
 
19
 
20
+
21
+ # Base Example with Gemini Search
22
+ '''
23
  def crewai_process(research_topic):
24
  # Define your agents with roles and goals
25
  researcher = Agent(
 
93
  # Launch the interface
94
  iface.launch()
95
 
96
+ '''
97
 
98
  # Stock Evaluation
99
 
100
+
101
 
102
  from stock_analysis_agents import StockAnalysisAgents
103
  from stock_analysis_tasks import StockAnalysisTasks
 
149
  #if __name__ == "__main__":
150
  iface.launch()
151
 
152
+
153
 
154
 
155
  # Therapy Group