AnatoliiG commited on
Commit
66c2c20
·
1 Parent(s): 3edce53

Update components.py

Browse files
Files changed (1) hide show
  1. src/ui/components.py +1 -2
src/ui/components.py CHANGED
@@ -76,11 +76,10 @@ def create_ui():
76
 
77
  # Основная область чата
78
  with gr.Column(elem_id="col-chat-main"):
79
- # fill_height=True здесь критически важен для "окна на весь экран"
80
  chatbot = gr.Chatbot(
81
  elem_id="chatbot",
82
  show_label=False,
83
- bubble_full_width=False,
84
  fill_height=True,
85
  )
86
 
 
76
 
77
  # Основная область чата
78
  with gr.Column(elem_id="col-chat-main"):
 
79
  chatbot = gr.Chatbot(
80
  elem_id="chatbot",
81
  show_label=False,
82
+ # bubble_full_width=False,
83
  fill_height=True,
84
  )
85