eaglelandsonce commited on
Commit
22fae9a
1 Parent(s): 00fb067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -508,13 +508,13 @@ with gr.Blocks() as demo:
508
  gr.HTML(TITLE_INTRO)
509
 
510
  with gr.Column():
511
- run_button_crewai.click(
512
- fn=crewai_process,
513
- inputs=research_topic_component,
514
- outputs="text",
515
- queue=False
516
- )
517
-
518
 
519
  with gr.Tab("Portfolio Analysis"):
520
  with gr.Blocks() as app:
 
508
  gr.HTML(TITLE_INTRO)
509
 
510
  with gr.Column():
511
+ run_button_crewai.click(
512
+ fn=crewai_process,
513
+ inputs=research_topic_component,
514
+ outputs="text",
515
+ queue=False
516
+ )
517
+
518
 
519
  with gr.Tab("Portfolio Analysis"):
520
  with gr.Blocks() as app: