khang119966 commited on
Commit
f60e84a
1 Parent(s): d869a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -147,6 +147,19 @@ def chat(message, history):
147
  yield generated_text_without_prompt
148
 
149
  CSS ="""
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  #component-3 {
151
  height: 50dvh !important;
152
  transform-origin: top; /* Đảm bảo rằng phần tử mở rộng từ trên xuống */
 
147
  yield generated_text_without_prompt
148
 
149
  CSS ="""
150
+
151
+ @media only screen and (max-width: 600px){
152
+ #component-3 {
153
+ height: 90dvh !important;
154
+ transform-origin: top; /* Đảm bảo rằng phần tử mở rộng từ trên xuống */
155
+ border-style: solid;
156
+ overflow: hidden;
157
+ flex-grow: 1;
158
+ min-width: min(160px, 100%);
159
+ border-width: var(--block-border-width);
160
+ }
161
+ }
162
+
163
  #component-3 {
164
  height: 50dvh !important;
165
  transform-origin: top; /* Đảm bảo rằng phần tử mở rộng từ trên xuống */