Wanswan commited on
Commit
8157aae
·
verified ·
1 Parent(s): 3f3f880

Update app.py

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