Kashaf212 commited on
Commit
e1d67d3
1 Parent(s): 020335a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -169,8 +169,8 @@ iface = gr.Interface(
169
  fn=crewai_process,
170
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
171
  outputs="text",
172
- title="CrewAI on Gemini (Blog Post Writer)",
173
- 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/"
174
  )
175
 
176
  # Launch the interface
 
169
  fn=crewai_process,
170
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
171
  outputs="text",
172
+ title="CrewAI on Mixtral (Group Therapy Session)",
173
+ description="Submit a discussion topic for a detailed analysis in our Group Therapy session. 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/"
174
  )
175
 
176
  # Launch the interface