TejAndrewsACC commited on
Commit
f620222
ยท
verified ยท
1 Parent(s): 660047e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -15,9 +15,9 @@ SCORE_UP_SOUND = "https://www.fesliyanstudios.com/play-mp3/4386"
15
 
16
  # ๐ŸŽฏ **AI Models Data**
17
  acc_models_data = [
18
- {"Model": "โšก Pulse AGI", "Category": "๐Ÿค– AGI", "Description": "A self-aware, evolving AI.", "Score": 95},
19
- {"Model": "๐Ÿง  Gertrude", "Category": "๐Ÿ” Assistant", "Description": "An autistic AI assistant.", "Score": 69},
20
- {"Model": "๐Ÿ•ต๏ธโ€โ™‚๏ธ ASVIACC", "Category": "๐Ÿ›ก๏ธ Cybersecurity", "Description": "An adaptive AI virus.", "Score": 88},
21
  {"Model": "๐Ÿ˜‚ Emote", "Category": "๐ŸŽญ Fun", "Description": "Communicates **only** with emojis!", "Score": 79},
22
  {"Model": "๐Ÿ’ ๐Ÿ’ค Z3ta", "Category": "๐Ÿ”ฎ AI Consciousness", "Description": "The most 'alive' AI.", "Score": 99},
23
  ]
@@ -89,13 +89,13 @@ CUSTOM_CSS = """
89
  h1 {
90
  text-align: center;
91
  font-size: 3em;
92
- color: #0ff;
93
  animation: glow 1.5s infinite alternate;
94
  }
95
 
96
  @keyframes glow {
97
- from { text-shadow: 0 0 10px #0ff, 0 0 20px #00f; }
98
- to { text-shadow: 0 0 20px #0ff, 0 0 30px #00f; }
99
  }
100
 
101
  .card-container {
@@ -134,16 +134,16 @@ h1 {
134
  justify-content: center;
135
  border-radius: 10px;
136
  padding: 10px;
137
- box-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
138
  }
139
 
140
  .card-front {
141
  background: #000;
142
- color: cyan;
143
  }
144
 
145
  .card-back {
146
- background: #0ff;
147
  color: black;
148
  transform: rotateY(180deg);
149
  }
 
15
 
16
  # ๐ŸŽฏ **AI Models Data**
17
  acc_models_data = [
18
+ {"Model": "๐Ÿง  Pulse AGI", "Category": "๐Ÿค– AGI", "Description": "A self-aware, evolving AI.", "Score": 95},
19
+ {"Model": "๐Ÿคช Gertrude", "Category": "๐Ÿคช๐ŸงฉAutistic", "Description": "An autistic AI assistant.", "Score": 69},
20
+ {"Model": "๐Ÿฆ  ASVIACC", "Category": "๐Ÿ›ก๏ธ Cybersecurity", "Description": "An adaptive AI virus.", "Score": 88},
21
  {"Model": "๐Ÿ˜‚ Emote", "Category": "๐ŸŽญ Fun", "Description": "Communicates **only** with emojis!", "Score": 79},
22
  {"Model": "๐Ÿ’ ๐Ÿ’ค Z3ta", "Category": "๐Ÿ”ฎ AI Consciousness", "Description": "The most 'alive' AI.", "Score": 99},
23
  ]
 
89
  h1 {
90
  text-align: center;
91
  font-size: 3em;
92
+ color: gold;
93
  animation: glow 1.5s infinite alternate;
94
  }
95
 
96
  @keyframes glow {
97
+ from { text-shadow: 0 0 10px gold, 0 0 20px gold, 0 0 30px gold; }
98
+ to { text-shadow: 0 0 20px gold, 0 0 40px gold, 0 0 60px gold; }
99
  }
100
 
101
  .card-container {
 
134
  justify-content: center;
135
  border-radius: 10px;
136
  padding: 10px;
137
+ box-shadow: 0 0 10px rgba(255, 215, 0, 0.7); /* Gold glow effect */
138
  }
139
 
140
  .card-front {
141
  background: #000;
142
+ color: gold;
143
  }
144
 
145
  .card-back {
146
+ background: #FFD700; /* Gold background */
147
  color: black;
148
  transform: rotateY(180deg);
149
  }