eaglelandsonce commited on
Commit
bb7cbf1
1 Parent(s): 1ba9efe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ iface = gr.Interface(
91
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
92
  outputs="text",
93
  title="CrewAI-Gemini Research and Writing Assistant",
94
- description="Input a research topic to get a comprehensive analysis and a blog post draft."
95
  )
96
 
97
  # Launch the interface
 
91
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
92
  outputs="text",
93
  title="CrewAI-Gemini Research and Writing Assistant",
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
 
97
  # Launch the interface