Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -400,6 +400,8 @@ if not st.session_state.chat_active:
|
|
| 400 |
margin-bottom: 8px;
|
| 401 |
border-bottom: 1px solid #afafaf;
|
| 402 |
padding-bottom: 4px;
|
|
|
|
|
|
|
| 403 |
}
|
| 404 |
|
| 405 |
.section p {
|
|
@@ -417,7 +419,7 @@ if not st.session_state.chat_active:
|
|
| 417 |
}
|
| 418 |
</style>
|
| 419 |
|
| 420 |
-
<h1 style="text-align: center; background:
|
| 421 |
|
| 422 |
<div class="section-container">
|
| 423 |
<div class="section">
|
|
|
|
| 400 |
margin-bottom: 8px;
|
| 401 |
border-bottom: 1px solid #afafaf;
|
| 402 |
padding-bottom: 4px;
|
| 403 |
+
text-align: center; /* Center headings */
|
| 404 |
+
|
| 405 |
}
|
| 406 |
|
| 407 |
.section p {
|
|
|
|
| 419 |
}
|
| 420 |
</style>
|
| 421 |
|
| 422 |
+
<h1 style="text-align: center; background: #528186; -webkit-background-clip: text; color: transparent;">How can I help you today?</h1>
|
| 423 |
|
| 424 |
<div class="section-container">
|
| 425 |
<div class="section">
|