Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
}
|