Bwrite commited on
Commit
a1b6714
Β·
verified Β·
1 Parent(s): cf3f094

Update app.py

Browse files

Admission ChatBot

Files changed (1) hide show
  1. app.py +10 -11
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()) as interface:
512
-
513
- # Header
514
- gr.HTML("""
515
- <div class="gradio-header">
516
- <h1 style="text-align: center;">
517
  <span style="font-size: 2.2em;">πŸŽ“</span> BOUESTI ChatBot
518
- </h1>
519
- <h3 style="text-align: center;">Bamidele Olumilua University of Education, Science, and Technology</h3>
520
- <p style="text-align: center;">Get instant answers about admissions, programs, fees, and more!</p>
521
- </div>
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):