oleksandrburlakov commited on
Commit
590e80c
·
verified ·
1 Parent(s): 67e7d91

Change title to Vehicle inspection

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def respond_on_user_msg(chat_history, storage):
140
  def create_application():
141
  with gr.Blocks(css=CSS, fill_height=True) as demo:
142
  storage = gr.State({})
143
- chatbot = gr.Chatbot(label="Facility managment bot", elem_id="chatbot")
144
  btn_list = []
145
  with gr.Row():
146
  for i in range(6):
 
140
  def create_application():
141
  with gr.Blocks(css=CSS, fill_height=True) as demo:
142
  storage = gr.State({})
143
+ chatbot = gr.Chatbot(label="Vehicle inspection bot", elem_id="chatbot")
144
  btn_list = []
145
  with gr.Row():
146
  for i in range(6):