WanIrfan commited on
Commit
3ce7037
·
verified ·
1 Parent(s): e8d3d27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ load_dotenv()
28
  # These are your "customers". You give them a key.
29
  # In a real app, this would be in a database.
30
  VALID_API_KEYS = {
31
- "anakmail_key_123": "Dr. Amelia (Premium Plan, Unlimited)",
32
  "irfan_key_456": "Irfan (Admin, Unlimited)",
33
  "sistem_gelap": "Demo User (Free Tier, 10 requests)"
34
  }
 
28
  # These are your "customers". You give them a key.
29
  # In a real app, this would be in a database.
30
  VALID_API_KEYS = {
31
+ "amelia_key_123": "Dr. Amelia (Premium Plan, Unlimited)",
32
  "irfan_key_456": "Irfan (Admin, Unlimited)",
33
  "sistem_gelap": "Demo User (Free Tier, 10 requests)"
34
  }