m-ric HF Staff commited on
Commit
19d4121
·
1 Parent(s): b91624c

Reposition status

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -44,7 +44,7 @@ custom_css = """
44
 
45
  .sandbox-container {
46
  position: relative;
47
- width: 940px;
48
  height: 770px;
49
  overflow: hidden;
50
  }
@@ -53,7 +53,7 @@ custom_css = """
53
  position: absolute;
54
  top: 0;
55
  left: 0;
56
- width: 940px;
57
  height: 770px;
58
  }
59
 
@@ -71,8 +71,8 @@ custom_css = """
71
  /* Status indicator light */
72
  .status-indicator {
73
  position: absolute;
74
- bottom: 28.6%;
75
- left: 20.1%;
76
  width: 20px;
77
  height: 20px;
78
  border-radius: 50%;
@@ -82,8 +82,8 @@ custom_css = """
82
 
83
  .status-text {
84
  position: absolute;
85
- bottom: 28.4%;
86
- left: 22.5%;
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;