abdulazeezoj commited on
Commit
6d81cbc
1 Parent(s): 2b6f022

update web demo title

Browse files
Files changed (1) hide show
  1. src/web.py +2 -2
src/web.py CHANGED
@@ -39,8 +39,8 @@ def bot(history):
39
  return history
40
 
41
 
42
- with gr.Blocks(title="OmdenaBot") as demo:
43
- chatbot = gr.Chatbot([], elem_id="chatbot", label="Osanyin").style(height=750)
44
 
45
  with gr.Row():
46
  with gr.Column(scale=0.85):
 
39
  return history
40
 
41
 
42
+ with gr.Blocks(title="Alaroye") as demo:
43
+ chatbot = gr.Chatbot([], elem_id="chatbot", label="Alaroye").style(height=750)
44
 
45
  with gr.Row():
46
  with gr.Column(scale=0.85):