Saicharan21 commited on
Commit
961f82f
·
verified ·
1 Parent(s): 9f82fa2

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -18,7 +18,11 @@ CSS = (
18
  '.tab-nav button.selected { color: #e63946 !important; border-bottom: 3px solid #e63946 !important; }'
19
  '.tab-nav button:hover { color: #ffffff !important; background: #1a2744 !important; }'
20
  'h1 { color: #e63946 !important; font-size: 2.8em !important; font-weight: 900 !important; text-align: center !important; padding: 25px 0 !important; }'
21
- 'h3, label, p, span { color: #e2e8f0 !important; }'
 
 
 
 
22
  'textarea, input[type=number], input[type=text] { background: #1a2744 !important; color: #e2e8f0 !important; border: 1px solid #4361ee !important; border-radius: 8px !important; }'
23
  'button.primary { background: linear-gradient(135deg, #e63946 0%, #c1121f 100%) !important; color: white !important; border: none !important; border-radius: 8px !important; }'
24
  'button.secondary { background: #1d3461 !important; color: #a8b2d8 !important; border: 1px solid #4361ee !important; border-radius: 8px !important; }'
 
18
  '.tab-nav button.selected { color: #e63946 !important; border-bottom: 3px solid #e63946 !important; }'
19
  '.tab-nav button:hover { color: #ffffff !important; background: #1a2744 !important; }'
20
  'h1 { color: #e63946 !important; font-size: 2.8em !important; font-weight: 900 !important; text-align: center !important; padding: 25px 0 !important; }'
21
+ 'h3, label, p, span, div { color: #ffffff !important; }'
22
+ '.message { color: #ffffff !important; font-size: 1em !important; }'
23
+ '.bot { background: #1a2744 !important; color: #ffffff !important; }'
24
+ '.user { color: #ffffff !important; }'
25
+ 'strong, b { color: #ffd700 !important; }'
26
  'textarea, input[type=number], input[type=text] { background: #1a2744 !important; color: #e2e8f0 !important; border: 1px solid #4361ee !important; border-radius: 8px !important; }'
27
  'button.primary { background: linear-gradient(135deg, #e63946 0%, #c1121f 100%) !important; color: white !important; border: none !important; border-radius: 8px !important; }'
28
  'button.secondary { background: #1d3461 !important; color: #a8b2d8 !important; border: 1px solid #4361ee !important; border-radius: 8px !important; }'