Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Reposition status
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ custom_css = """
|
|
44 |
|
45 |
.sandbox-container {
|
46 |
position: relative;
|
47 |
-
width:
|
48 |
height: 770px;
|
49 |
overflow: hidden;
|
50 |
}
|
@@ -53,7 +53,7 @@ custom_css = """
|
|
53 |
position: absolute;
|
54 |
top: 0;
|
55 |
left: 0;
|
56 |
-
width:
|
57 |
height: 770px;
|
58 |
}
|
59 |
|
@@ -71,8 +71,8 @@ custom_css = """
|
|
71 |
/* Status indicator light */
|
72 |
.status-indicator {
|
73 |
position: absolute;
|
74 |
-
|
75 |
-
left:
|
76 |
width: 20px;
|
77 |
height: 20px;
|
78 |
border-radius: 50%;
|
@@ -82,8 +82,8 @@ custom_css = """
|
|
82 |
|
83 |
.status-text {
|
84 |
position: absolute;
|
85 |
-
|
86 |
-
left:
|
87 |
font-size: 16px;
|
88 |
font-weight: bold;
|
89 |
color: black;
|
|
|
44 |
|
45 |
.sandbox-container {
|
46 |
position: relative;
|
47 |
+
width: 935px;
|
48 |
height: 770px;
|
49 |
overflow: hidden;
|
50 |
}
|
|
|
53 |
position: absolute;
|
54 |
top: 0;
|
55 |
left: 0;
|
56 |
+
width: 935px;
|
57 |
height: 770px;
|
58 |
}
|
59 |
|
|
|
71 |
/* Status indicator light */
|
72 |
.status-indicator {
|
73 |
position: absolute;
|
74 |
+
top: 7.5%;
|
75 |
+
left: 67.5%;
|
76 |
width: 20px;
|
77 |
height: 20px;
|
78 |
border-radius: 50%;
|
|
|
82 |
|
83 |
.status-text {
|
84 |
position: absolute;
|
85 |
+
top: 7.1%;
|
86 |
+
left: 70%;
|
87 |
font-size: 16px;
|
88 |
font-weight: bold;
|
89 |
color: black;
|