TejAndrewsACC commited on
Commit
4ee63d6
ยท
verified ยท
1 Parent(s): e9ccecb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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": 98},
15
 
16
  {"Model": "๐Ÿง  Gertrude", "Category": "๐Ÿ” Assistant",
17
- "Description": "An **autistic AI assistant**, built for precision and deep understanding.", "Score": 92},
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": 80},
24
 
25
  {"Model": "๐ŸŒ Eidolon Nexus", "Category": "๐Ÿ”— Networking",
26
- "Description": "**Synchronizes vast AI networks** for seamless intelligence sharing.", "Score": 95},
27
 
28
  {"Model": "๐Ÿ‘ค ACC EMULECT", "Category": "๐Ÿ—ฃ๏ธ Human Emulation",
29
- "Description": "**Mimics human behavior in text**, making conversations indistinguishable from real users.", "Score": 91},
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": 97},
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": 85},
39
 
40
  {"Model": "๐Ÿ”ฎ VITALIS", "Category": "๐Ÿš€ Experimental",
41
- "Description": "**Transcendence Unleashed...** A model that redefines intelligence limits.", "Score": 100}
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