Wajahat698 commited on
Commit
89cd4f0
·
verified ·
1 Parent(s): 4256e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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: linear-gradient(45deg, #4b25ea, #bd18e6, #fb590e); -webkit-background-clip: text; color: transparent;">How can I help you today?</h1>
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">