oleksandrburlakov commited on
Commit
af926d8
·
verified ·
1 Parent(s): 9dd5edb

Fixed svg drawing

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", show_label=False, show_share_button=False, elem_id="chatbot", height=300)
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="Facility managment bot", line_breaks=False, show_label=False, show_share_button=False, elem_id="chatbot", height=300)
144
  btn_list = []
145
  with gr.Row():
146
  for i in range(6):