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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -117,28 +117,28 @@ css = """
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;
133
  text-align: center;
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
  """
 
117
  .gradio-container {
118
  font-family: Arial, sans-serif;
119
  }
120
+ button{
121
  background-color: #8D4585 !important;
122
+ color: white !important;
123
  border: none !important;
124
  }
125
+ button:hover {
126
  background-color: #8D4585 !important;
127
  }
128
  #title-header {
129
  background-color: #8D4585;
130
+ color: white;
131
  padding: 20px;
132
  border-radius: 8px;
133
  text-align: center;
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
  """