Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ css = '''
|
|
| 134 |
position: absolute;
|
| 135 |
width: 80%; /* Adjust width as needed */
|
| 136 |
right: 10px;
|
| 137 |
-
top:
|
| 138 |
}
|
| 139 |
|
| 140 |
'''
|
|
|
|
| 134 |
position: absolute;
|
| 135 |
width: 80%; /* Adjust width as needed */
|
| 136 |
right: 10px;
|
| 137 |
+
top: 150px; /* Increased top margin to clear space occupied by #x */
|
| 138 |
}
|
| 139 |
|
| 140 |
'''
|