Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -243,6 +243,36 @@ custom_css = """
|
|
| 243 |
color: #120f0e !important;
|
| 244 |
}
|
| 245 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 246 |
/* Main container styling - viewport height with no top margin */
|
| 247 |
.gradio-container-5-42-0 {
|
| 248 |
background-color: rgb(240, 236, 230) !important;
|
|
@@ -266,26 +296,6 @@ custom_css = """
|
|
| 266 |
margin-top: 0 !important;
|
| 267 |
}
|
| 268 |
|
| 269 |
-
/* Title styling - compact and at very top */
|
| 270 |
-
.title-header {
|
| 271 |
-
background-color: rgb(240, 236, 230) !important;
|
| 272 |
-
padding: 10px 20px;
|
| 273 |
-
margin: 0 !important;
|
| 274 |
-
border-bottom: 1pt solid #59524f;
|
| 275 |
-
text-align: left;
|
| 276 |
-
flex-shrink: 0 !important;
|
| 277 |
-
height: 60px !important;
|
| 278 |
-
display: flex !important;
|
| 279 |
-
align-items: center !important;
|
| 280 |
-
}
|
| 281 |
-
.title-header h1 {
|
| 282 |
-
font-size: 1.5rem;
|
| 283 |
-
font-weight: 600 !important;
|
| 284 |
-
color: #120f0e !important;
|
| 285 |
-
margin: 0;
|
| 286 |
-
padding: 0;
|
| 287 |
-
}
|
| 288 |
-
|
| 289 |
/* Chat styling - FLEX to fill space */
|
| 290 |
.gradio-container-5-42-0 .gradio-chatbot {
|
| 291 |
background-color: #d9d1ce !important;
|
|
|
|
| 243 |
color: #120f0e !important;
|
| 244 |
}
|
| 245 |
|
| 246 |
+
.title-header {
|
| 247 |
+
background-color: rgb(240, 236, 230) !important;
|
| 248 |
+
padding: 10px 20px;
|
| 249 |
+
margin: 0 !important;
|
| 250 |
+
border-bottom: 1pt solid #59524f;
|
| 251 |
+
text-align: left;
|
| 252 |
+
flex-shrink: 0 !important;
|
| 253 |
+
height: 60px !important;
|
| 254 |
+
display: flex !important;
|
| 255 |
+
align-items: center !important;
|
| 256 |
+
width: 100% !important;
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
.title-header h1 {
|
| 260 |
+
font-size: 1.5rem;
|
| 261 |
+
font-weight: 600 !important;
|
| 262 |
+
color: #120f0e !important;
|
| 263 |
+
margin: 0;
|
| 264 |
+
padding: 0;
|
| 265 |
+
}
|
| 266 |
+
|
| 267 |
+
/* Input controls styling - acts as footer */
|
| 268 |
+
.input-controls {
|
| 269 |
+
padding: 15px 20px !important;
|
| 270 |
+
background-color: rgb(240, 236, 230) !important;
|
| 271 |
+
border-top: 1pt solid #59524f;
|
| 272 |
+
flex-shrink: 0 !important;
|
| 273 |
+
width: 100% !important;
|
| 274 |
+
}
|
| 275 |
+
|
| 276 |
/* Main container styling - viewport height with no top margin */
|
| 277 |
.gradio-container-5-42-0 {
|
| 278 |
background-color: rgb(240, 236, 230) !important;
|
|
|
|
| 296 |
margin-top: 0 !important;
|
| 297 |
}
|
| 298 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 299 |
/* Chat styling - FLEX to fill space */
|
| 300 |
.gradio-container-5-42-0 .gradio-chatbot {
|
| 301 |
background-color: #d9d1ce !important;
|