eaglelandsonce commited on
Commit
7979ff3
1 Parent(s): 2ed1caf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -499,12 +499,13 @@ with gr.Blocks() as demo:
499
 
500
  with gr.Tab("Your Portfolio"):
501
  gr.HTML(TITLE_INTRO)
502
-
503
  run_button_crewai.click(
504
  fn=crewai_process,
505
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
506
  outputs="text"
507
  )
 
508
 
509
  with gr.Tab("Portfolio Analysis"):
510
  with gr.Blocks() as app:
 
499
 
500
  with gr.Tab("Your Portfolio"):
501
  gr.HTML(TITLE_INTRO)
502
+ '''
503
  run_button_crewai.click(
504
  fn=crewai_process,
505
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
506
  outputs="text"
507
  )
508
+ '''
509
 
510
  with gr.Tab("Portfolio Analysis"):
511
  with gr.Blocks() as app: