khang119966 commited on
Commit
e1b36d7
1 Parent(s): 122ab4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -151,7 +151,15 @@ CSS ="""
151
  height: 200%; /* Tăng chiều cao của container gấp đôi */
152
  }
153
  #component-0 { height: 100%; }
154
- #chatbot { flex-grow: 2; }
 
 
 
 
 
 
 
 
155
  """
156
 
157
  with gr.Blocks(css=CSS) as demo:
 
151
  height: 200%; /* Tăng chiều cao của container gấp đôi */
152
  }
153
  #component-0 { height: 100%; }
154
+ #component-4 {
155
+ height: 30dvh;
156
+ transform-origin: top; /* Đảm bảo rằng phần tử mở rộng từ trên xuống */
157
+ border-style: solid;
158
+ overflow: hidden;
159
+ flex-grow: 1;
160
+ min-width: min(160px, 100%);
161
+ border-width: var(--block-border-width);
162
+ }
163
  """
164
 
165
  with gr.Blocks(css=CSS) as demo: