Update app.py
Browse files
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; }
|