Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
0663b51
1
Parent(s):
fdd2aab
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(
|
|
90 |
fn=crewai_process,
|
91 |
inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
|
92 |
outputs="text",
|
93 |
-
title="CrewAI on Gemini (
|
94 |
description="Input a research topic to get a comprehensive analysis (in logs) and a blog post draft (in output). To learn more connect with Mike Lively on LinkedIn at https://www.linkedin.com/in/awsmulticloud/ or join his cloud Meetup at https://www.meetup.com/florence-aws-user-group-meetup/"
|
95 |
)
|
96 |
|
|
|
90 |
fn=crewai_process,
|
91 |
inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
|
92 |
outputs="text",
|
93 |
+
title="CrewAI on Gemini (Blog Post Writer)",
|
94 |
description="Input a research topic to get a comprehensive analysis (in logs) and a blog post draft (in output). To learn more connect with Mike Lively on LinkedIn at https://www.linkedin.com/in/awsmulticloud/ or join his cloud Meetup at https://www.meetup.com/florence-aws-user-group-meetup/"
|
95 |
)
|
96 |
|