Spaces:
Sleeping
Sleeping
Commit
·
3f6749c
1
Parent(s):
d6458af
Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,7 @@ run_button_component = gr.Button(value="Run", variant="primary", scale=1)
|
|
262 |
|
263 |
run_button_analysis = gr.Button(value="Run", variant="primary", scale=1)
|
264 |
|
265 |
-
|
266 |
|
267 |
temperature_component = gr.Slider(
|
268 |
minimum=0,
|
@@ -348,6 +348,7 @@ bot_inputs = [
|
|
348 |
#Crew imports
|
349 |
from crewai import Agent, Task, Crew, Process
|
350 |
|
|
|
351 |
research_topic_component = gr.Textbox(lines=2, placeholder="Enter Research Topic Here...")
|
352 |
|
353 |
# Set gemini_llm
|
|
|
262 |
|
263 |
run_button_analysis = gr.Button(value="Run", variant="primary", scale=1)
|
264 |
|
265 |
+
|
266 |
|
267 |
temperature_component = gr.Slider(
|
268 |
minimum=0,
|
|
|
348 |
#Crew imports
|
349 |
from crewai import Agent, Task, Crew, Process
|
350 |
|
351 |
+
run_button_crewai = gr.Button(value="Run", variant="primary", scale=1)
|
352 |
research_topic_component = gr.Textbox(lines=2, placeholder="Enter Research Topic Here...")
|
353 |
|
354 |
# Set gemini_llm
|