Update app.py
Browse filesAdmission ChatBot
app.py
CHANGED
@@ -508,18 +508,17 @@ class BOUESTIChatbot:
|
|
508 |
"""Create Gradio interface"""
|
509 |
with gr.Blocks(
|
510 |
title="BOUESTI Virtual Assistant",
|
511 |
-
theme=gr.themes.Soft()
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
<h1 style="text-align: center;">
|
517 |
<span style="font-size: 2.2em;">π</span> BOUESTI ChatBot
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
|
524 |
with gr.Row():
|
525 |
with gr.Column(scale=4):
|
|
|
508 |
"""Create Gradio interface"""
|
509 |
with gr.Blocks(
|
510 |
title="BOUESTI Virtual Assistant",
|
511 |
+
theme=gr.themes.Soft()
|
512 |
+
) as interface:
|
513 |
+
gr.HTML("""
|
514 |
+
<div class="gradio-header">
|
515 |
+
<h1 style="text-align: center;">
|
|
|
516 |
<span style="font-size: 2.2em;">π</span> BOUESTI ChatBot
|
517 |
+
</h1>
|
518 |
+
<h3 style="text-align: center;">Bamidele Olumilua University of Education, Science, and Technology</h3>
|
519 |
+
<p style="text-align: center;">Get instant answers about admissions, programs, fees, and more!</p>
|
520 |
+
</div>
|
521 |
+
""")
|
522 |
|
523 |
with gr.Row():
|
524 |
with gr.Column(scale=4):
|