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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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
- with gr.Row():
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: