eaglelandsonce commited on
Commit
1d47132
1 Parent(s): 6910d59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -348,7 +348,7 @@ bot_inputs = [
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
 
353
 
354
  # Set gemini_llm
@@ -504,7 +504,8 @@ with gr.Blocks() as demo:
504
  with gr.Tab("Introduction"):
505
  gr.HTML(TITLE_INTRO)
506
 
507
- with gr.Tab("Your Portfolio"):
 
508
  run_button_crewai.click(
509
  fn=crewai_process,
510
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
 
348
  #Crew imports
349
  from crewai import Agent, Task, Crew, Process
350
 
351
+
352
 
353
 
354
  # Set gemini_llm
 
504
  with gr.Tab("Introduction"):
505
  gr.HTML(TITLE_INTRO)
506
 
507
+ with gr.Tab("Your Portfolio"):
508
+ run_button_crewai = gr.Button(value="Run", variant="primary", scale=1)
509
  run_button_crewai.click(
510
  fn=crewai_process,
511
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),