Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ html, body {
|
|
76 |
margin: 0;
|
77 |
padding: 0;
|
78 |
height: 100%;
|
79 |
-
background: #
|
80 |
color: #ffffff;
|
81 |
font-family: 'Inter', ui-sans-serif, system-ui;
|
82 |
-webkit-font-smoothing: antialiased;
|
@@ -87,7 +87,7 @@ html, body {
|
|
87 |
display: flex;
|
88 |
flex-direction: column;
|
89 |
height: 100vh;
|
90 |
-
background: #
|
91 |
color: #ffffff;
|
92 |
overflow-y: auto;
|
93 |
}
|
@@ -111,6 +111,13 @@ footer, .api-panel {
|
|
111 |
flex-shrink: 0;
|
112 |
}
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
.chatbot .message {
|
115 |
display: flex;
|
116 |
align-items: center;
|
|
|
76 |
margin: 0;
|
77 |
padding: 0;
|
78 |
height: 100%;
|
79 |
+
background: #0a0a0a;
|
80 |
color: #ffffff;
|
81 |
font-family: 'Inter', ui-sans-serif, system-ui;
|
82 |
-webkit-font-smoothing: antialiased;
|
|
|
87 |
display: flex;
|
88 |
flex-direction: column;
|
89 |
height: 100vh;
|
90 |
+
background: #0a0a0a;
|
91 |
color: #ffffff;
|
92 |
overflow-y: auto;
|
93 |
}
|
|
|
111 |
flex-shrink: 0;
|
112 |
}
|
113 |
|
114 |
+
.chatbot .message-avatar img {
|
115 |
+
padding: 0;
|
116 |
+
object-fit: cover;
|
117 |
+
overflow: hidden;
|
118 |
+
flex-shrink: 0;
|
119 |
+
}
|
120 |
+
|
121 |
.chatbot .message {
|
122 |
display: flex;
|
123 |
align-items: center;
|