akankshar639 commited on
Commit
e475d78
·
verified ·
1 Parent(s): b8d02de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -117,16 +117,16 @@ css = """
117
  .gradio-container {
118
  font-family: Arial, sans-serif;
119
  }
120
- button {
121
- background-color: #800080 !important;
122
- color: white !important;
123
  border: none !important;
124
  }
125
- button:hover {
126
- background-color: #990099 !important;
127
  }
128
  #title-header {
129
- background-color: #800080;
130
  color: black;
131
  padding: 20px;
132
  border-radius: 8px;
@@ -134,11 +134,11 @@ button:hover {
134
  margin-bottom: 20px;
135
  }
136
  #title-header h1 {
137
- color: white;
138
  margin: 0;
139
  }
140
  #title-header p {
141
- color: white;
142
  margin: 5px 0 0 0;
143
  }
144
  """
 
117
  .gradio-container {
118
  font-family: Arial, sans-serif;
119
  }
120
+ button.primary {
121
+ background-color: #8D4585 !important;
122
+ color: black !important;
123
  border: none !important;
124
  }
125
+ button.primary:hover {
126
+ background-color: #8D4585 !important;
127
  }
128
  #title-header {
129
+ background-color: #8D4585;
130
  color: black;
131
  padding: 20px;
132
  border-radius: 8px;
 
134
  margin-bottom: 20px;
135
  }
136
  #title-header h1 {
137
+ color: black;
138
  margin: 0;
139
  }
140
  #title-header p {
141
+ color: black;
142
  margin: 5px 0 0 0;
143
  }
144
  """