eaglelandsonce commited on
Commit
2ed1caf
1 Parent(s): 456e3b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -10
app.py CHANGED
@@ -490,17 +490,22 @@ def output_results(start_date, end_date, tickers_string):
490
 
491
  # Interface =============================================
492
 
493
- with gr.Tab("Introduction"):
494
- gr.HTML(TITLE_INTRO)
495
-
496
- with gr.Tab("Your Portfolio"):
497
- gr.HTML(TITLE_INTRO)
498
- run_button_crewai.click(
499
- fn=crewai_process,
500
- inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
501
- outputs="text"
502
- )
503
  with gr.Blocks() as demo:
 
 
 
 
 
 
 
 
 
 
 
 
 
504
  with gr.Tab("Portfolio Analysis"):
505
  with gr.Blocks() as app:
506
  with gr.Row():
 
490
 
491
  # Interface =============================================
492
 
493
+
494
+
 
 
 
 
 
 
 
 
495
  with gr.Blocks() as demo:
496
+
497
+ with gr.Tab("Introduction"):
498
+ gr.HTML(TITLE_INTRO)
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:
511
  with gr.Row():