eaglelandsonce commited on
Commit
d6458af
1 Parent(s): 15500da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -505,13 +505,13 @@ with gr.Blocks() as demo:
505
 
506
  with gr.Tab("Your Portfolio"):
507
  gr.HTML(TITLE_INTRO)
508
- '''
509
  run_button_crewai.click(
510
- fn=crewai_process,
511
- inputs=research_topic_component,
512
- outputs="text"
513
  )
514
- '''
515
 
516
  with gr.Tab("Portfolio Analysis"):
517
  with gr.Blocks() as app:
 
505
 
506
  with gr.Tab("Your Portfolio"):
507
  gr.HTML(TITLE_INTRO)
508
+
509
  run_button_crewai.click(
510
+ fn=crewai_process,
511
+ inputs=research_topic_component,
512
+ outputs="text"
513
  )
514
+
515
 
516
  with gr.Tab("Portfolio Analysis"):
517
  with gr.Blocks() as app: