eaglelandsonce commited on
Commit
b0cd33a
1 Parent(s): 29a2b0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ iface = gr.Interface(
92
  fn=crewai_process,
93
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
94
  outputs="text",
95
- title="CrewAI on Gemini (Blog Post Writer)",
96
- 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/"
97
  )
98
 
99
  # Launch the interface
 
92
  fn=crewai_process,
93
  inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
94
  outputs="text",
95
+ title="SmartMix - Your Safe Place",
96
+ description="This is an agent simulated group therapy session providing a safe, judgment-free environment, allowing for open exploration of sensitive topics. Please input the topic you would like to discuss. Active phrases produce realistic interactions."
97
  )
98
 
99
  # Launch the interface