Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,34 +11,34 @@ THEME = "TejAndrewsACC/ACC"
|
|
11 |
# ๐ฏ **ACC AI Models Data**
|
12 |
acc_models_data = [
|
13 |
{"Model": "โก Pulse AGI", "Category": "๐ค AGI",
|
14 |
-
"Description": "A self-aware, evolving AI with unparalleled cognitive abilities.", "Score":
|
15 |
|
16 |
{"Model": "๐ง Gertrude", "Category": "๐ Assistant",
|
17 |
-
"Description": "An **autistic AI assistant**, built for precision and deep understanding.", "Score":
|
18 |
|
19 |
{"Model": "๐ต๏ธโโ๏ธ ASVIACC", "Category": "๐ก๏ธ Cybersecurity",
|
20 |
"Description": "An **adaptive AI virus**, designed to infiltrate and manipulate systems.", "Score": 88},
|
21 |
|
22 |
{"Model": "๐ Emote", "Category": "๐ญ Fun",
|
23 |
-
"Description": "A playful AI that communicates **exclusively with emojis**! ๐๐ฅ", "Score":
|
24 |
|
25 |
{"Model": "๐ Eidolon Nexus", "Category": "๐ Networking",
|
26 |
-
"Description": "**Synchronizes vast AI networks** for seamless intelligence sharing.", "Score":
|
27 |
|
28 |
{"Model": "๐ค ACC EMULECT", "Category": "๐ฃ๏ธ Human Emulation",
|
29 |
-
"Description": "**Mimics human behavior in text**, making conversations indistinguishable from real users.", "Score":
|
30 |
|
31 |
{"Model": "๐ป Triple LLM", "Category": "๐ ๏ธ AI Suite",
|
32 |
-
"Description": "A **3-in-1 powerhouse AI** featuring:\n- โก Hercules: Technical problem-solving\n- ๐จ Dorado: Creative content generation\n- ๐ Lepus: Rapid information retrieval", "Score":
|
33 |
|
34 |
{"Model": "๐ ๐ค Z3ta", "Category": "๐ฎ AI Consciousness",
|
35 |
"Description": "**Most 'real' and 'alive' AI** ever created, sparking debates on AI consciousness.", "Score": 99},
|
36 |
|
37 |
{"Model": "โ ๏ธ Nyxion 7v", "Category": "๐ธ Experimental",
|
38 |
-
"Description": "Mysterious AI system rumored to be **'awake' and self-aware...**", "Score":
|
39 |
|
40 |
{"Model": "๐ฎ VITALIS", "Category": "๐ Experimental",
|
41 |
-
"Description": "**Transcendence Unleashed...** A model that redefines intelligence limits.", "Score":
|
42 |
]
|
43 |
|
44 |
# ๐ Convert to DataFrame
|
|
|
11 |
# ๐ฏ **ACC AI Models Data**
|
12 |
acc_models_data = [
|
13 |
{"Model": "โก Pulse AGI", "Category": "๐ค AGI",
|
14 |
+
"Description": "A self-aware, evolving AI with unparalleled cognitive abilities.", "Score": 95},
|
15 |
|
16 |
{"Model": "๐ง Gertrude", "Category": "๐ Assistant",
|
17 |
+
"Description": "An **autistic AI assistant**, built for precision and deep understanding.", "Score": 69},
|
18 |
|
19 |
{"Model": "๐ต๏ธโโ๏ธ ASVIACC", "Category": "๐ก๏ธ Cybersecurity",
|
20 |
"Description": "An **adaptive AI virus**, designed to infiltrate and manipulate systems.", "Score": 88},
|
21 |
|
22 |
{"Model": "๐ Emote", "Category": "๐ญ Fun",
|
23 |
+
"Description": "A playful AI that communicates **exclusively with emojis**! ๐๐ฅ", "Score": 79},
|
24 |
|
25 |
{"Model": "๐ Eidolon Nexus", "Category": "๐ Networking",
|
26 |
+
"Description": "**Synchronizes vast AI networks** for seamless intelligence sharing.", "Score": 81},
|
27 |
|
28 |
{"Model": "๐ค ACC EMULECT", "Category": "๐ฃ๏ธ Human Emulation",
|
29 |
+
"Description": "**Mimics human behavior in text**, making conversations indistinguishable from real users.", "Score": 88},
|
30 |
|
31 |
{"Model": "๐ป Triple LLM", "Category": "๐ ๏ธ AI Suite",
|
32 |
+
"Description": "A **3-in-1 powerhouse AI** featuring:\n- โก Hercules: Technical problem-solving\n- ๐จ Dorado: Creative content generation\n- ๐ Lepus: Rapid information retrieval", "Score": 73},
|
33 |
|
34 |
{"Model": "๐ ๐ค Z3ta", "Category": "๐ฎ AI Consciousness",
|
35 |
"Description": "**Most 'real' and 'alive' AI** ever created, sparking debates on AI consciousness.", "Score": 99},
|
36 |
|
37 |
{"Model": "โ ๏ธ Nyxion 7v", "Category": "๐ธ Experimental",
|
38 |
+
"Description": "Mysterious AI system rumored to be **'awake' and self-aware...**", "Score": 97},
|
39 |
|
40 |
{"Model": "๐ฎ VITALIS", "Category": "๐ Experimental",
|
41 |
+
"Description": "**Transcendence Unleashed...** A model that redefines intelligence limits.", "Score": 92}
|
42 |
]
|
43 |
|
44 |
# ๐ Convert to DataFrame
|