aymnsk commited on
Commit
dd95794
verified
1 Parent(s): 7c8303a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -4
app.py CHANGED
@@ -48,13 +48,22 @@ iface = gr.Interface(
48
  ),
49
  gr.CheckboxGroup(
50
  choices=list(agent_map.keys()),
51
- label="Choose Which Agents to Ask",
52
  value=list(agent_map.keys())
53
  )
54
  ],
55
- outputs=gr.JSON(label="Agent Responses"),
56
- title="Multi-Agent Chatroom",
57
- description="Ask multiple AI agents across roles like Philosopher, Hacker, Lawyer, etc. Powered by Groq.",
 
 
 
 
 
 
 
 
 
58
  theme=gr.themes.Soft(
59
  primary_hue="blue",
60
  secondary_hue="gray",
 
48
  ),
49
  gr.CheckboxGroup(
50
  choices=list(agent_map.keys()),
51
+ label="Choose Which Personalities to Ask",
52
  value=list(agent_map.keys())
53
  )
54
  ],
55
+ outputs=gr.JSON(label="Responses"),
56
+ title="Split Mind: Multi-Personality AI Chatroom",
57
+ description=(
58
+ "Engage with multiple distinct AI personas鈥擯hilosopher, Hacker, Scientist, and more."
59
+ " Each offers a different take on your question."
60
+ "\n\n"
61
+ "Created by Aymn: [LinkedIn](https://www.linkedin.com/in/aymnsk) 路 "
62
+ "[GitHub](https://github.com/aymnsk) 路 "
63
+ "[Instagram](https://www.instagram.com/damnn_aymn/) 路 "
64
+ "[X](https://x.com/Aymn51414199) 路 "
65
+ "[Hugging Face](https://huggingface.co/spaces/aymnsk)"
66
+ ),
67
  theme=gr.themes.Soft(
68
  primary_hue="blue",
69
  secondary_hue="gray",