ammarnasr commited on
Commit
d064f2c
·
1 Parent(s): 56d64f4

removed bg color

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -18,7 +18,7 @@ from datetime import datetime, timedelta
18
 
19
  TOKEN_FILE = "tokens.txt"
20
  EXPIRED_FILE = "tokens_expired.txt"
21
- NEW_TOKEN_INSTRUCTIONS="""<div style="background-color: #e6f2ff; padding: 20px; border-radius: 5px;">
22
  <h3 style="color: #4CAF50;">Get Your SNET API Token</h3>
23
 
24
  <p style="color: #666; font-size: 16px;">
 
18
 
19
  TOKEN_FILE = "tokens.txt"
20
  EXPIRED_FILE = "tokens_expired.txt"
21
+ NEW_TOKEN_INSTRUCTIONS="""<div style="padding: 20px; border-radius: 5px;">
22
  <h3 style="color: #4CAF50;">Get Your SNET API Token</h3>
23
 
24
  <p style="color: #666; font-size: 16px;">