Wanswan commited on
Commit
49ffb2f
·
verified ·
1 Parent(s): 0d5f2ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -246,8 +246,8 @@ with gr.Blocks(css="""
246
  }
247
  #chatbox .message.user {
248
  background-color: #DCF8C6 !important;
249
- min-width: 60px !important; /* ✅ 至少能装下一个短单词 */
250
- max-width: fit-content !important; /* ✅ 自动根据内容长度调整宽度 */
251
  }
252
  #chatbox .message.assistant { background-color: #ffffff !important; }
253
  footer { display: none !important; }
 
246
  }
247
  #chatbox .message.user {
248
  background-color: #DCF8C6 !important;
249
+ min-width: 60px !important;
250
+ max-width: fit-content !important;
251
  }
252
  #chatbox .message.assistant { background-color: #ffffff !important; }
253
  footer { display: none !important; }