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