AnatoliiG commited on
Commit
681df95
·
1 Parent(s): 74b0917

Update components.py

Browse files
Files changed (1) hide show
  1. src/ui/components.py +0 -2
src/ui/components.py CHANGED
@@ -79,8 +79,6 @@ def create_ui():
79
  chatbot_kwargs = {
80
  "elem_id": "chatbot",
81
  "show_label": False,
82
- "bubble_full_width": False,
83
- "fill_height": True,
84
  }
85
  try:
86
  chatbot = gr.Chatbot(**chatbot_kwargs)
 
79
  chatbot_kwargs = {
80
  "elem_id": "chatbot",
81
  "show_label": False,
 
 
82
  }
83
  try:
84
  chatbot = gr.Chatbot(**chatbot_kwargs)