Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -686,9 +686,10 @@ css = """
|
|
| 686 |
/* The rest of the CSS is similar to button1 */
|
| 687 |
}
|
| 688 |
.logout-link {
|
| 689 |
-
position:
|
| 690 |
top: 10px;
|
| 691 |
right: 10px;
|
|
|
|
| 692 |
font-size: 14px;
|
| 693 |
color: #007BFF;
|
| 694 |
background: none;
|
|
|
|
| 686 |
/* The rest of the CSS is similar to button1 */
|
| 687 |
}
|
| 688 |
.logout-link {
|
| 689 |
+
position: fixed;
|
| 690 |
top: 10px;
|
| 691 |
right: 10px;
|
| 692 |
+
width:50px;
|
| 693 |
font-size: 14px;
|
| 694 |
color: #007BFF;
|
| 695 |
background: none;
|