Update app.py
Browse files
app.py
CHANGED
@@ -141,6 +141,7 @@ custom_css = """
|
|
141 |
font-size: 1.1rem;
|
142 |
cursor: pointer;
|
143 |
transition: all 0.3s ease;
|
|
|
144 |
}
|
145 |
#clear-history:hover {
|
146 |
background-color: #f04e4e; /* Slightly darker red */
|
|
|
141 |
font-size: 1.1rem;
|
142 |
cursor: pointer;
|
143 |
transition: all 0.3s ease;
|
144 |
+
margin-top: -180px;
|
145 |
}
|
146 |
#clear-history:hover {
|
147 |
background-color: #f04e4e; /* Slightly darker red */
|