JohanBeytell commited on
Commit
f107003
·
verified ·
1 Parent(s): 5944a21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -438,6 +438,10 @@ def create_gradio_app():
438
 
439
  # Custom CSS for better styling
440
  custom_css = """
 
 
 
 
441
  .main-header {
442
  text-align: center;
443
  margin-bottom: 2rem;
@@ -445,6 +449,7 @@ def create_gradio_app():
445
  font-size: 2.5rem; /* Adjust as needed */
446
  font-weight: bold;
447
  text-align: center;
 
448
 
449
  /* Gradient masking */
450
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
 
438
 
439
  # Custom CSS for better styling
440
  custom_css = """
441
+ .gradio-button {
442
+ background-color: #4CAF50; /* Green buttons */
443
+ color: white;
444
+ }
445
  .main-header {
446
  text-align: center;
447
  margin-bottom: 2rem;
 
449
  font-size: 2.5rem; /* Adjust as needed */
450
  font-weight: bold;
451
  text-align: center;
452
+ letter-spacing: -0.025em;
453
 
454
  /* Gradient masking */
455
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);