Update app.py
Browse filesAdmission ChatBot
app.py
CHANGED
@@ -506,7 +506,9 @@ class BOUESTIChatbot:
|
|
506 |
|
507 |
def create_gradio_interface(self):
|
508 |
"""Create Gradio interface"""
|
509 |
-
with gr.Blocks(
|
|
|
|
|
510 |
|
511 |
# Header
|
512 |
gr.HTML("""
|
|
|
506 |
|
507 |
def create_gradio_interface(self):
|
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("""
|