Update app.py
Browse files
app.py
CHANGED
@@ -97,19 +97,6 @@ footer {
|
|
97 |
color: #ffffff !important; /* Text white */
|
98 |
border-radius: 10px;
|
99 |
}
|
100 |
-
/* ✅ Chat history bubbles */
|
101 |
-
.user, [data-testid="user"],
|
102 |
-
.bot, [data-testid="bot"] {
|
103 |
-
background-color: #000000 !important; /* Bubble background */
|
104 |
-
color: #ffffff !important; /* Text color */
|
105 |
-
padding: 5px !important;
|
106 |
-
border-radius: 5px !important;
|
107 |
-
max-width: 90% !important;
|
108 |
-
white-space: pre-wrap !important;
|
109 |
-
word-wrap: break-word !important;
|
110 |
-
overflow-wrap: break-word !important;
|
111 |
-
}
|
112 |
-
|
113 |
/* ✅ User input box and borders */
|
114 |
textarea, input[type="text"], .wrap.svelte-1ipelgc {
|
115 |
background-color: #000000 !important;
|
|
|
97 |
color: #ffffff !important; /* Text white */
|
98 |
border-radius: 10px;
|
99 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
/* ✅ User input box and borders */
|
101 |
textarea, input[type="text"], .wrap.svelte-1ipelgc {
|
102 |
background-color: #000000 !important;
|