Update app.py
Browse filesAdmission ChatBot
app.py
CHANGED
@@ -504,7 +504,7 @@ class BOUESTIChatbot:
|
|
504 |
|
505 |
return history, ""
|
506 |
|
507 |
-
|
508 |
"""Create Gradio interface"""
|
509 |
with gr.Blocks(title="BOUESTI Virtual Assistant", theme=gr.themes.Soft()) as interface:
|
510 |
|
|
|
504 |
|
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 |
|