Wanswan commited on
Commit
531791e
·
verified ·
1 Parent(s): 92f3a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -229,6 +229,14 @@ with gr.Blocks(css="""
229
  }
230
  #chatbox .message.user { background-color: #DCF8C6 !important; }
231
  #chatbox .message.assistant { background-color: #ffffff !important; }
 
 
 
 
 
 
 
 
232
  footer { display: none !important; }
233
  .svelte-1ipelgc { display: none !important; }
234
  .icon-button-wrapper {
 
229
  }
230
  #chatbox .message.user { background-color: #DCF8C6 !important; }
231
  #chatbox .message.assistant { background-color: #ffffff !important; }
232
+ #chatbox .message {
233
+ line-height: 1.6em !important;
234
+ padding: 10px 14px !important;
235
+ border-radius: 12px !important;
236
+ font-size: 16px !important;
237
+ max-width: 85% !important;
238
+ }
239
+
240
  footer { display: none !important; }
241
  .svelte-1ipelgc { display: none !important; }
242
  .icon-button-wrapper {