Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,13 +48,22 @@ iface = gr.Interface(
|
|
| 48 |
),
|
| 49 |
gr.CheckboxGroup(
|
| 50 |
choices=list(agent_map.keys()),
|
| 51 |
-
label="Choose Which
|
| 52 |
value=list(agent_map.keys())
|
| 53 |
)
|
| 54 |
],
|
| 55 |
-
outputs=gr.JSON(label="
|
| 56 |
-
title="Multi-
|
| 57 |
-
description=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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",
|