Spaces:
Sleeping
Sleeping
eaglelandsonce
commited on
Commit
•
22fae9a
1
Parent(s):
00fb067
Update app.py
Browse files
app.py
CHANGED
@@ -508,13 +508,13 @@ with gr.Blocks() as demo:
|
|
508 |
gr.HTML(TITLE_INTRO)
|
509 |
|
510 |
with gr.Column():
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
|
519 |
with gr.Tab("Portfolio Analysis"):
|
520 |
with gr.Blocks() as app:
|
|
|
508 |
gr.HTML(TITLE_INTRO)
|
509 |
|
510 |
with gr.Column():
|
511 |
+
run_button_crewai.click(
|
512 |
+
fn=crewai_process,
|
513 |
+
inputs=research_topic_component,
|
514 |
+
outputs="text",
|
515 |
+
queue=False
|
516 |
+
)
|
517 |
+
|
518 |
|
519 |
with gr.Tab("Portfolio Analysis"):
|
520 |
with gr.Blocks() as app:
|