Update app.py
Browse files
app.py
CHANGED
|
@@ -206,18 +206,18 @@ with gr.Blocks(css="""
|
|
| 206 |
color: white !important;
|
| 207 |
border: none;
|
| 208 |
border-radius: 24px;
|
| 209 |
-
font-size:
|
| 210 |
-
padding:
|
| 211 |
-
height:
|
| 212 |
-
width:
|
| 213 |
-
margin-left:
|
| 214 |
cursor: pointer;
|
| 215 |
}
|
| 216 |
#chatbox .avatar-container {
|
| 217 |
-
width:
|
| 218 |
-
height:
|
| 219 |
-
min-width:
|
| 220 |
-
min-height:
|
| 221 |
background-size: 100% 100% !important;
|
| 222 |
background-position: center center !important;
|
| 223 |
border-radius: 50% !important;
|
|
@@ -260,7 +260,7 @@ label.svelte-1to105q {
|
|
| 260 |
label="",
|
| 261 |
avatar_images=["user_avatar.jpg", "humanlike_avatar.png"],
|
| 262 |
bubble_full_width=False,
|
| 263 |
-
height=
|
| 264 |
show_copy_button=False,
|
| 265 |
type="messages"
|
| 266 |
)
|
|
|
|
| 206 |
color: white !important;
|
| 207 |
border: none;
|
| 208 |
border-radius: 24px;
|
| 209 |
+
font-size: 18px;
|
| 210 |
+
padding: 6px 16px;
|
| 211 |
+
height: 44px;
|
| 212 |
+
width: 52px;
|
| 213 |
+
margin-left: 6px;
|
| 214 |
cursor: pointer;
|
| 215 |
}
|
| 216 |
#chatbox .avatar-container {
|
| 217 |
+
width: 48px !important;
|
| 218 |
+
height: 48px !important;
|
| 219 |
+
min-width: 48px !important;
|
| 220 |
+
min-height: 48px !important;
|
| 221 |
background-size: 100% 100% !important;
|
| 222 |
background-position: center center !important;
|
| 223 |
border-radius: 50% !important;
|
|
|
|
| 260 |
label="",
|
| 261 |
avatar_images=["user_avatar.jpg", "humanlike_avatar.png"],
|
| 262 |
bubble_full_width=False,
|
| 263 |
+
height=80,
|
| 264 |
show_copy_button=False,
|
| 265 |
type="messages"
|
| 266 |
)
|