Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Commit
•
8e28222
1
Parent(s):
3360526
Update app.py
Browse files
app.py
CHANGED
@@ -504,11 +504,7 @@ with gr.Blocks() as demo:
|
|
504 |
with gr.Tab("Introduction"):
|
505 |
gr.HTML(TITLE_INTRO)
|
506 |
|
507 |
-
with gr.Tab("Your Portfolio"):
|
508 |
-
gr.HTML(TITLE_INTRO)
|
509 |
-
|
510 |
-
with gr.Column():
|
511 |
-
|
512 |
run_button_crewai.click(
|
513 |
fn=crewai_process,
|
514 |
inputs=research_topic_component,
|
|
|
504 |
with gr.Tab("Introduction"):
|
505 |
gr.HTML(TITLE_INTRO)
|
506 |
|
507 |
+
with gr.Tab("Your Portfolio"):
|
|
|
|
|
|
|
|
|
508 |
run_button_crewai.click(
|
509 |
fn=crewai_process,
|
510 |
inputs=research_topic_component,
|