Update app.py
Browse files
app.py
CHANGED
|
@@ -284,13 +284,13 @@ custom_css = """
|
|
| 284 |
}
|
| 285 |
|
| 286 |
.gradio-container {
|
| 287 |
-
background-color:
|
| 288 |
min-height: 100vh !important;
|
| 289 |
}
|
| 290 |
|
| 291 |
#title {
|
| 292 |
text-align: center !important;
|
| 293 |
-
color:
|
| 294 |
font-size: 2.5rem !important;
|
| 295 |
font-weight: 700 !important;
|
| 296 |
margin-bottom: 1rem !important;
|
|
@@ -299,7 +299,7 @@ custom_css = """
|
|
| 299 |
|
| 300 |
#description {
|
| 301 |
text-align: center !important;
|
| 302 |
-
color:
|
| 303 |
font-size: 1.1rem !important;
|
| 304 |
margin-bottom: 2rem !important;
|
| 305 |
}
|
|
@@ -315,7 +315,7 @@ custom_css = """
|
|
| 315 |
.output-container {
|
| 316 |
background: transparent !important;
|
| 317 |
border-radius: 15px !important;
|
| 318 |
-
border: 2px
|
| 319 |
overflow: hidden !important;
|
| 320 |
box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
|
| 321 |
}
|
|
|
|
| 284 |
}
|
| 285 |
|
| 286 |
.gradio-container {
|
| 287 |
+
background-color: black !important;
|
| 288 |
min-height: 100vh !important;
|
| 289 |
}
|
| 290 |
|
| 291 |
#title {
|
| 292 |
text-align: center !important;
|
| 293 |
+
color: white !important;
|
| 294 |
font-size: 2.5rem !important;
|
| 295 |
font-weight: 700 !important;
|
| 296 |
margin-bottom: 1rem !important;
|
|
|
|
| 299 |
|
| 300 |
#description {
|
| 301 |
text-align: center !important;
|
| 302 |
+
color: white !important;
|
| 303 |
font-size: 1.1rem !important;
|
| 304 |
margin-bottom: 2rem !important;
|
| 305 |
}
|
|
|
|
| 315 |
.output-container {
|
| 316 |
background: transparent !important;
|
| 317 |
border-radius: 15px !important;
|
| 318 |
+
border: 2px white solid ;
|
| 319 |
overflow: hidden !important;
|
| 320 |
box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
|
| 321 |
}
|