JohanBeytell commited on
Commit
fbe765f
·
verified ·
1 Parent(s): c5afbde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -4
app.py CHANGED
@@ -443,11 +443,17 @@ def create_gradio_app():
443
  }
444
  .main-header {
445
  text-align: center;
446
- background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
447
- padding: 2rem;
448
- border-radius: 10px;
449
- color: white;
450
  margin-bottom: 2rem;
 
 
 
 
 
 
 
 
 
 
451
  }
452
  .status-positive {
453
  color: #22c55e;
 
443
  }
444
  .main-header {
445
  text-align: center;
 
 
 
 
446
  margin-bottom: 2rem;
447
+ h1{
448
+ font-size: 2.5rem; /* Adjust as needed */
449
+ font-weight: bold;
450
+ text-align: center;
451
+
452
+ /* Gradient masking */
453
+ background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
454
+ -webkit-background-clip: text;
455
+ -webkit-text-fill-color: transparent;
456
+ }
457
  }
458
  .status-positive {
459
  color: #22c55e;