suayptalha commited on
Commit
28dd459
·
verified ·
1 Parent(s): 4502572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -152,7 +152,7 @@ body, .gradio-container {
152
  background-position: center !important;
153
  background-repeat: no-repeat !important;
154
  background-attachment: fixed !important;
155
- color: #333;
156
  }
157
 
158
  /* Üstteki başlık için stil */
@@ -160,13 +160,13 @@ body, .gradio-container {
160
  text-align: center;
161
  margin-top: 20px;
162
  font-size: 2em;
163
- color: #4261a8;
164
  }
165
 
166
  /* Özel buton sınıfımız: my-button */
167
  .my-button {
168
- background-color: #4261a8 !important; /* Arka plan rengi */
169
- color: #fff !important; /* Yazı rengi */
170
  border: none !important;
171
  transition: transform 0.3s, background-color 0.3s !important;
172
  }
@@ -184,6 +184,7 @@ body, .gradio-container {
184
  width: 80%;
185
  text-align: center;
186
  background-color: rgba(173, 216, 230, 0); /* Yarı saydam soluk cyan */
 
187
  }
188
 
189
  /* Gradio Markdown’un varsayılan arka planını şeffaf yapmak */
@@ -191,6 +192,7 @@ body, .gradio-container {
191
  background-color: transparent !important;
192
  box-shadow: none !important;
193
  border: none !important;
 
194
  }
195
 
196
  .final-answer {
@@ -198,6 +200,7 @@ body, .gradio-container {
198
  font-weight: bold;
199
  text-align: center;
200
  margin: 20px;
 
201
  }
202
 
203
  .button-group {
 
152
  background-position: center !important;
153
  background-repeat: no-repeat !important;
154
  background-attachment: fixed !important;
155
+ color: #000 !important; /* Genel metin rengi siyah */
156
  }
157
 
158
  /* Üstteki başlık için stil */
 
160
  text-align: center;
161
  margin-top: 20px;
162
  font-size: 2em;
163
+ color: #000 !important; /* Siyah */
164
  }
165
 
166
  /* Özel buton sınıfımız: my-button */
167
  .my-button {
168
+ background-color: #4261a8 !important; /* Buton arka plan rengi */
169
+ color: #fff !important; /* Buton içerisindeki yazılar beyaz kalır */
170
  border: none !important;
171
  transition: transform 0.3s, background-color 0.3s !important;
172
  }
 
184
  width: 80%;
185
  text-align: center;
186
  background-color: rgba(173, 216, 230, 0); /* Yarı saydam soluk cyan */
187
+ color: #000 !important; /* Siyah */
188
  }
189
 
190
  /* Gradio Markdown’un varsayılan arka planını şeffaf yapmak */
 
192
  background-color: transparent !important;
193
  box-shadow: none !important;
194
  border: none !important;
195
+ color: #000 !important; /* Siyah */
196
  }
197
 
198
  .final-answer {
 
200
  font-weight: bold;
201
  text-align: center;
202
  margin: 20px;
203
+ color: #000 !important; /* Siyah */
204
  }
205
 
206
  .button-group {