Update app.py
Browse files
app.py
CHANGED
@@ -504,7 +504,7 @@ class BOUESTIChatbot:
|
|
504 |
.header-text {
|
505 |
text-align: center;
|
506 |
padding: 20px;
|
507 |
-
background:
|
508 |
color: white;
|
509 |
border-radius: 10px;
|
510 |
margin-bottom: 20px;
|
@@ -522,9 +522,9 @@ class BOUESTIChatbot:
|
|
522 |
# Header
|
523 |
gr.HTML("""
|
524 |
<div class="header-text">
|
525 |
-
<h1>π BOUESTI Virtual Assistant</h1>
|
526 |
-
<h3>Bamidele Olumilua University of Education, Science, and Technology</h3>
|
527 |
-
<p>Get instant answers about admissions, programs, fees, and more!</p>
|
528 |
</div>
|
529 |
""")
|
530 |
|
|
|
504 |
.header-text {
|
505 |
text-align: center;
|
506 |
padding: 20px;
|
507 |
+
background: #133332;
|
508 |
color: white;
|
509 |
border-radius: 10px;
|
510 |
margin-bottom: 20px;
|
|
|
522 |
# Header
|
523 |
gr.HTML("""
|
524 |
<div class="header-text">
|
525 |
+
<h1 style="color:white;">π BOUESTI Virtual Assistant</h1>
|
526 |
+
<h3 style="color:white;">Bamidele Olumilua University of Education, Science, and Technology</h3>
|
527 |
+
<p style="color:white;">Get instant answers about admissions, programs, fees, and more!</p>
|
528 |
</div>
|
529 |
""")
|
530 |
|