eaglelandsonce commited on
Commit
9a222e0
1 Parent(s): e5dc61f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -508,7 +508,7 @@ with gr.Blocks() as demo:
508
  run_button_crewai.click(
509
  fn=crewai_process,
510
  inputs=research_topic_component,
511
- outputs=gr.Textbox(label="Stock Analysis and Stocks")
512
  queue=False
513
  )
514
 
 
508
  run_button_crewai.click(
509
  fn=crewai_process,
510
  inputs=research_topic_component,
511
+ outputs=gr.Textbox(label="Portfolio Analysis"),
512
  queue=False
513
  )
514