UltramanT commited on
Commit
a016f91
·
verified ·
1 Parent(s): e9d28c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -225,6 +225,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
225
  """
226
  with gr.Blocks(css="""
227
  #chat-box .message-wrap .avatar-container {
 
 
228
  padding: 0 !important;
229
  margin: 0 !important;
230
  }
 
225
  """
226
  with gr.Blocks(css="""
227
  #chat-box .message-wrap .avatar-container {
228
+ width: 45px !important;
229
+ height: 45px !important;
230
  padding: 0 !important;
231
  margin: 0 !important;
232
  }