Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,8 @@ custom_css = """
|
|
121 |
font-size: 1.1rem;
|
122 |
cursor: pointer;
|
123 |
transition: all 0.3s ease;
|
|
|
|
|
124 |
}
|
125 |
#submit-btn:hover {
|
126 |
background-color: #0099cc; /* Slightly darker blue */
|
|
|
121 |
font-size: 1.1rem;
|
122 |
cursor: pointer;
|
123 |
transition: all 0.3s ease;
|
124 |
+
margin-left: 80px !important;
|
125 |
+
margin-top: -180px;
|
126 |
}
|
127 |
#submit-btn:hover {
|
128 |
background-color: #0099cc; /* Slightly darker blue */
|