Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ css = '''
|
|
116 |
|
117 |
#x {
|
118 |
position: absolute;
|
119 |
-
bottom:
|
120 |
left: 30px; /* Adjusted left margin */
|
121 |
width: 540px; /* Increased width to match the new container size */
|
122 |
}
|
@@ -134,7 +134,7 @@ css = '''
|
|
134 |
position: absolute;
|
135 |
width: 80%; /* Adjust width as needed */
|
136 |
right: 10px;
|
137 |
-
top:
|
138 |
}
|
139 |
|
140 |
'''
|
|
|
116 |
|
117 |
#x {
|
118 |
position: absolute;
|
119 |
+
bottom: 180px; /* Moved further down */
|
120 |
left: 30px; /* Adjusted left margin */
|
121 |
width: 540px; /* Increased width to match the new container size */
|
122 |
}
|
|
|
134 |
position: absolute;
|
135 |
width: 80%; /* Adjust width as needed */
|
136 |
right: 10px;
|
137 |
+
top: 10px; /* Increased top margin to clear space occupied by #x */
|
138 |
}
|
139 |
|
140 |
'''
|