rbgo commited on
Commit
dc24f1a
·
verified ·
1 Parent(s): 3321649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def create_model_card(repo: str) -> str:
106
  custom_css = """
107
  #title {
108
  text-align: center;
109
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
110
  color: white;
111
  padding: 2rem;
112
  border-radius: 15px;
 
106
  custom_css = """
107
  #title {
108
  text-align: center;
109
+ background: rgb(203, 255, 77);
110
  color: white;
111
  padding: 2rem;
112
  border-radius: 15px;