Spaces:
Sleeping
Sleeping
Commit
·
6f17d54
1
Parent(s):
ea3b15d
Update app.py
Browse files
app.py
CHANGED
@@ -497,7 +497,7 @@ with gr.Tab("Your Portfolio"):
|
|
497 |
inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
|
498 |
outputs="text",
|
499 |
title="CrewAI on Gemini (Blog Post Writer)",
|
500 |
-
description="Input a research topic to get a comprehensive analysis (in logs) and a blog post draft (in output).
|
501 |
|
502 |
with gr.Blocks() as demo:
|
503 |
with gr.Tab("Portfolio Analysis"):
|
|
|
497 |
inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
|
498 |
outputs="text",
|
499 |
title="CrewAI on Gemini (Blog Post Writer)",
|
500 |
+
description="Input a research topic to get a comprehensive analysis (in logs) and a blog post draft (in output)."
|
501 |
|
502 |
with gr.Blocks() as demo:
|
503 |
with gr.Tab("Portfolio Analysis"):
|