eaglelandsonce commited on
Commit
6ae0f34
1 Parent(s): 7979ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -499,13 +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
 
510
  with gr.Tab("Portfolio Analysis"):
511
  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=research_topic,
506
  outputs="text"
507
  )
508
+
509
 
510
  with gr.Tab("Portfolio Analysis"):
511
  with gr.Blocks() as app: