Update app.py
Browse filesAdmission ChatBot
app.py
CHANGED
@@ -505,8 +505,8 @@ class BOUESTIChatbot:
|
|
505 |
return history, ""
|
506 |
|
507 |
def create_gradio_interface(self):
|
508 |
-
|
509 |
-
|
510 |
|
511 |
# Header
|
512 |
gr.HTML("""
|
|
|
505 |
return history, ""
|
506 |
|
507 |
def create_gradio_interface(self):
|
508 |
+
"""Create Gradio interface"""
|
509 |
+
with gr.Blocks(title="BOUESTI Virtual Assistant", theme=gr.themes.Soft()) as interface:
|
510 |
|
511 |
# Header
|
512 |
gr.HTML("""
|