Bwrite commited on
Commit
cbd297e
·
verified ·
1 Parent(s): c8ec2fc

Update app.py

Browse files

Admission ChatBot

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -504,7 +504,7 @@ class BOUESTIChatbot:
504
 
505
  return history, ""
506
 
507
- ddef create_gradio_interface(self):
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