shukdevdattaEX commited on
Commit
98711cf
·
verified ·
1 Parent(s): d7945a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,7 +131,7 @@ custom_css = """
131
  }
132
 
133
  .gradio-container {
134
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
135
  }
136
 
137
  #main-container {
@@ -143,7 +143,7 @@ custom_css = """
143
  }
144
 
145
  .header-title {
146
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
147
  -webkit-background-clip: text;
148
  -webkit-text-fill-color: transparent;
149
  font-size: 3em;
 
131
  }
132
 
133
  .gradio-container {
134
+ background: linear-gradient(135deg, rgb(102 225 234) 0%, rgb(118, 75, 162) 100%) !important;
135
  }
136
 
137
  #main-container {
 
143
  }
144
 
145
  .header-title {
146
+ background: linear-gradient(135deg, rgb(71 35 242) 0%, rgb(118, 75, 162) 100%) text;
147
  -webkit-background-clip: text;
148
  -webkit-text-fill-color: transparent;
149
  font-size: 3em;